Color names in this palette
CSS code for this palette
/* CSS */
.hot-coral {
color: #f35d58;
}
.blue-angels-yellow {
color: #fab700;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.north-wind {
color: #44c1c1;
}
/* CSS Variables */
:root {
--hot-coral:#f35d58;
--blue-angels-yellow:#fab700;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--north-wind:#44c1c1;
}