Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
.carla {
color: #f9fbcb;
}
.laudable-lime {
color: #91be6f;
}
.water-sports {
color: #42b7d1;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--carla:#f9fbcb;
--laudable-lime:#91be6f;
--water-sports:#42b7d1;
}