Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.yellow-sea {
color: #f99f39;
}
.consumed-by-fire {
color: #f47f1f;
}
.kimchi {
color: #f04c00;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--yellow-sea:#f99f39;
--consumed-by-fire:#f47f1f;
--kimchi:#f04c00;
}