Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6c5c;
}
.flash-in-the-pan {
color: #ff997a;
}
.coral-beach {
color: #ffbaa8;
}
.atoll-sand {
color: #ffd09e;
}
.cookie {
color: #ffe1b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6c5c;
--flash-in-the-pan:#ff997a;
--coral-beach:#ffbaa8;
--atoll-sand:#ffd09e;
--cookie:#ffe1b8;
}