Color names in this palette
CSS code for this palette
/* CSS */
.royal-star {
color: #f9e24e;
}
.american-yellow {
color: #f5b400;
}
.dodgeroll-gold {
color: #f39c12;
}
.orange-ochre {
color: #d97c30;
}
.poppy-flower {
color: #f05c00;
}
/* CSS Variables */
:root {
--royal-star:#f9e24e;
--american-yellow:#f5b400;
--dodgeroll-gold:#f39c12;
--orange-ochre:#d97c30;
--poppy-flower:#f05c00;
}