Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.spicy-paella {
color: #f28d3a;
}
.opulent-orange {
color: #f25e40;
}
.vampire-red {
color: #d83c31;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--spicy-paella:#f28d3a;
--opulent-orange:#f25e40;
--vampire-red:#d83c31;
}