Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.beach-party {
color: #f9cf5d;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.sun-crete {
color: #ff8c00;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--beach-party:#f9cf5d;
--buddha-s-love-handles:#ffbb33;
--sun-crete:#ff8c00;
--grapefruit-pulp:#ff6e61;
}