Color names in this palette
CSS code for this palette
/* CSS */
.cente-tl-yellow {
color: #f6e179;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.precious-persimmon {
color: #ff7142;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--cente-tl-yellow:#f6e179;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--precious-persimmon:#ff7142;
--coral-red:#ff3d3d;
}