Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.goku-orange {
color: #f17b3b;
}
.exuberant-orange {
color: #f25d2c;
}
.red-epiphyllum {
color: #d10000;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--goku-orange:#f17b3b;
--exuberant-orange:#f25d2c;
--red-epiphyllum:#d10000;
}