Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.cape-jasmine {
color: #ffb85c;
}
.lemon-twist {
color: #ffd95c;
}
.sunkissed-yellow {
color: #ffebb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--cape-jasmine:#ffb85c;
--lemon-twist:#ffd95c;
--sunkissed-yellow:#ffebb8;
}