Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poisonous-pesticide {
color: #32cd32;
}
.floral-leaf {
color: #ffb84d;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--grapefruit-pulp:#ff6e61;
--poisonous-pesticide:#32cd32;
--floral-leaf:#ffb84d;
--mellow-melon:#e92063;
}