Color names in this palette
CSS code for this palette
/* CSS */
.spicy-sweetcorn {
color: #f5a700;
}
.blue-angels-yellow {
color: #fabb00;
}
.citrus-splash {
color: #ffc300;
}
.soviet-gold {
color: #ffd900;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--spicy-sweetcorn:#f5a700;
--blue-angels-yellow:#fabb00;
--citrus-splash:#ffc300;
--soviet-gold:#ffd900;
--star:#ffe500;
}