Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.opaline-green {
color: #a1c181;
}
.ikkonzome-pink {
color: #f28c90;
}
.rare-red {
color: #d60a33;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--opaline-green:#a1c181;
--ikkonzome-pink:#f28c90;
--rare-red:#d60a33;
}