Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.honey-wax {
color: #f9a824;
}
.saffron-gold {
color: #f08c00;
}
.torii-red {
color: #d64000;
}
.brown-red {
color: #8f2d00;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--honey-wax:#f9a824;
--saffron-gold:#f08c00;
--torii-red:#d64000;
--brown-red:#8f2d00;
}