Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.splendor-gold {
color: #ffb24d;
}
.pineapple-juice {
color: #f7e678;
}
.dingy-sticky-note {
color: #e2f5a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--splendor-gold:#ffb24d;
--pineapple-juice:#f7e678;
--dingy-sticky-note:#e2f5a3;
}