Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.water-sports {
color: #41bfc8;
}
.prominent-blue {
color: #277ca0;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--water-sports:#41bfc8;
--prominent-blue:#277ca0;
--tomato-frog:#f94346;
}