Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.bahaman-bliss {
color: #44a7a2;
}
.copen-blue {
color: #56768f;
}
.prominent-blue {
color: #277ca0;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--bahaman-bliss:#44a7a2;
--copen-blue:#56768f;
--prominent-blue:#277ca0;
}