Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.beniukon-bronze {
color: #f98339;
}
.hot-embers {
color: #f25a2c;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--beniukon-bronze:#f98339;
--hot-embers:#f25a2c;
--persimmon-orange:#f3712b;
}