Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.westfall-yellow {
color: #f9d44e;
}
.glowing-lantern {
color: #f9bc39;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--westfall-yellow:#f9d44e;
--glowing-lantern:#f9bc39;
--apricot-glazed-chicken:#f5a524;
--persimmon-orange:#f3712b;
}