Color names in this palette
CSS code for this palette
/* CSS */
.luna-moona {
color: #6fc1c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--luna-moona:#6fc1c3;
--grapefruit-pulp:#ff6e61;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
}