Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ff9e61;
}
.apricot-glow {
color: #ffcc7a;
}
.sun-drenched {
color: #ffe7a3;
}
.spring-sun {
color: #f0f3c4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ff9e61;
--apricot-glow:#ffcc7a;
--sun-drenched:#ffe7a3;
--spring-sun:#f0f3c4;
}