Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.milky-maize {
color: #f9d69f;
}
.fahrenheit {
color: #f9d2b9;
}
.rogue-pink {
color: #f9a4c0;
}
.aries-hot-pink {
color: #f98bc9;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--milky-maize:#f9d69f;
--fahrenheit:#f9d2b9;
--rogue-pink:#f9a4c0;
--aries-hot-pink:#f98bc9;
}