Color names in this palette
CSS code for this palette
/* CSS */
.empire-yellow {
color: #f5d400;
}
.eternal-summer {
color: #f5e900;
}
.delayed-yellow {
color: #faf600;
}
.star {
color: #ffe500;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--empire-yellow:#f5d400;
--eternal-summer:#f5e900;
--delayed-yellow:#faf600;
--star:#ffe500;
--soviet-gold:#ffd900;
}