Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.koji-orange {
color: #f5b14d;
}
.dodgeroll-gold {
color: #f39c12;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--koji-orange:#f5b14d;
--dodgeroll-gold:#f39c12;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
}