Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.lavender-candy {
color: #f9b4d4;
}
.laudable-lime {
color: #91be6f;
}
.prominent-blue {
color: #277ca0;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--lavender-candy:#f9b4d4;
--laudable-lime:#91be6f;
--prominent-blue:#277ca0;
}