Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.citrus-splash {
color: #ffc300;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.dorn-yellow {
color: #fff200;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--citrus-splash:#ffc300;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--dorn-yellow:#fff200;
}