Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d5e6;
}
.mystic-tulip {
color: #f7b5a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d5e6;
--mystic-tulip:#f7b5a1;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--tomato-frog:#f94346;
}