Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.squash-blossom {
color: #f6b83c;
}
.mandarin-peel {
color: #ff9d00;
}
.chai-latte {
color: #fbc9a2;
}
.nectarous-nectarine {
color: #e25565;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--squash-blossom:#f6b83c;
--mandarin-peel:#ff9d00;
--chai-latte:#fbc9a2;
--nectarous-nectarine:#e25565;
}