Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.carnation-bloom {
color: #f9bebe;
}
.s-l-i-orange {
color: #f98348;
}
.prominent-blue {
color: #277ca0;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--carnation-bloom:#f9bebe;
--s-l-i-orange:#f98348;
--prominent-blue:#277ca0;
--persimmon-orange:#f3712b;
}