Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.golden-glow {
color: #f9d57b;
}
.storm-lightning {
color: #f9e59f;
}
.apricot-obsession {
color: #f9c4b4;
}
.ballet-slippers {
color: #f9a4b1;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--golden-glow:#f9d57b;
--storm-lightning:#f9e59f;
--apricot-obsession:#f9c4b4;
--ballet-slippers:#f9a4b1;
}