Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.golden-moray-eel {
color: #ffcd61;
}
.bilious-green {
color: #a5d86f;
}
.broom-butterfly-blue {
color: #6fb3d8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--golden-moray-eel:#ffcd61;
--bilious-green:#a5d86f;
--broom-butterfly-blue:#6fb3d8;
}