Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-mango {
color: #ffb700;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.star {
color: #ffe500;
}
.dorn-yellow {
color: #fff200;
}
/* CSS Variables */
:root {
--sunflower-mango:#ffb700;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--star:#ffe500;
--dorn-yellow:#fff200;
}