Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.october-haze {
color: #f9ac90;
}
.rogue-pink {
color: #f9a4c3;
}
.sunset-pink {
color: #f9d7e6;
}
.pretty-in-pink {
color: #f9c3e5;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--october-haze:#f9ac90;
--rogue-pink:#f9a4c3;
--sunset-pink:#f9d7e6;
--pretty-in-pink:#f9c3e5;
}