Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.atoll-sand {
color: #ffd09e;
}
.barely-peach {
color: #ffe9c7;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--atoll-sand:#ffd09e;
--barely-peach:#ffe9c7;
--creamy-cloud-dreams:#fff5e0;
}