Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.lusty-gallant {
color: #f97e4e;
}
.pumping-spice {
color: #f9514e;
}
.stellar-strawberry {
color: #f95d8e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--lusty-gallant:#f97e4e;
--pumping-spice:#f9514e;
--stellar-strawberry:#f95d8e;
}