Color names in this palette
CSS code for this palette
/* CSS */
.flatty-yellow {
color: #fae500;
}
.star {
color: #ffe500;
}
.soviet-gold {
color: #ffd900;
}
.citrus-splash {
color: #ffc300;
}
.sunflower-mango {
color: #ffb700;
}
/* CSS Variables */
:root {
--flatty-yellow:#fae500;
--star:#ffe500;
--soviet-gold:#ffd900;
--citrus-splash:#ffc300;
--sunflower-mango:#ffb700;
}