Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.question-mark-block {
color: #f09c47;
}
.hot-orange {
color: #f08a3d;
}
.hot-embers {
color: #f05b2d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--question-mark-block:#f09c47;
--hot-orange:#f08a3d;
--hot-embers:#f05b2d;
}