Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.aquatic-cool {
color: #42a8b8;
}
.prominent-blue {
color: #277ca0;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--aquatic-cool:#42a8b8;
--prominent-blue:#277ca0;
}