Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.golden-moray-eel {
color: #ffcd61;
}
.blue-mana {
color: #61c0ff;
}
.ineffable-green {
color: #61ffb0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--golden-moray-eel:#ffcd61;
--blue-mana:#61c0ff;
--ineffable-green:#61ffb0;
}