Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.casandora-yellow {
color: #ffce5c;
}
.sun-drenched {
color: #ffeaa3;
}
.sun-kissed {
color: #ffeec2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--casandora-yellow:#ffce5c;
--sun-drenched:#ffeaa3;
--sun-kissed:#ffeec2;
}