Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f6d75a;
}
.sunny-mood {
color: #f7c94b;
}
.raichu-orange {
color: #f9af39;
}
.sunshine-surprise {
color: #fbaf2d;
}
.phoenix-flames {
color: #ff9c1a;
}
/* CSS Variables */
:root {
--glitter-yellow:#f6d75a;
--sunny-mood:#f7c94b;
--raichu-orange:#f9af39;
--sunshine-surprise:#fbaf2d;
--phoenix-flames:#ff9c1a;
}