Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.instant-orange {
color: #ff8f2e;
}
.floral-leaf {
color: #ffb84d;
}
.couscous {
color: #ffe299;
}
.sun-kissed {
color: #ffedc2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--instant-orange:#ff8f2e;
--floral-leaf:#ffb84d;
--couscous:#ffe299;
--sun-kissed:#ffedc2;
}