Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.havana-cream {
color: #f9e7c3;
}
.taurus-forest-fern {
color: #6dc34b;
}
.sunflower-island {
color: #ffcd05;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--grapefruit-pulp:#ff6e61;
--havana-cream:#f9e7c3;
--taurus-forest-fern:#6dc34b;
--sunflower-island:#ffcd05;
}