\documentclass[a5paper]{article}
\usepackage[margin=5mm]{geometry}
\usepackage{tikz}
\usepackage{couleurs-fr}
\begin{document}
\begin{tikzpicture}
\draw[ultra thick,fill=JauneMimosa] (0,0) circle[radius=2] node[midway,text=black,font=\LARGE\ttfamily] {JauneMimosa} ;
\end{tikzpicture}
~~~~
\begin{tikzpicture}
\draw[ultra thick,fill=BleuCiel] (0,0) circle[radius=2] node[midway,text=black,font=\LARGE\ttfamily] {BleuCiel} ;
\end{tikzpicture}
~~~~
\begin{tikzpicture}
\draw[ultra thick,fill=Carotte] (0,0) circle[radius=2] node[midway,text=black,font=\LARGE\ttfamily] {Carotte} ;
\end{tikzpicture}
\hfill~
\hfill
\begin{tikzpicture}
\draw[ultra thick,fill=VertMer] (0,0) circle[radius=2] node[midway,text=white,font=\LARGE\ttfamily] {VertMer} ;
\end{tikzpicture}
~~~~
\begin{tikzpicture}
\draw[ultra thick,fill=Mure] (0,0) circle[radius=2] node[midway,text=white,font=\LARGE\ttfamily] {Mure} ;
\end{tikzpicture}
\hfill~
\hfill
\begin{tikzpicture}
\draw[ultra thick,fill=Noisette] (0,0) circle[radius=2] node[midway,text=white,font=\LARGE\ttfamily] {Noisette} ;
\end{tikzpicture}
\hfill~
\end{document}