Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.fuzzy-peach {
color: #ffb88f;
}
.caramel-finish {
color: #ffd699;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--fuzzy-peach:#ffb88f;
--caramel-finish:#ffd699;
--sun-drenched:#ffe8a3;
}