Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.grandis {
color: #ffcd75;
}
.south-shore-sun {
color: #ffdd9e;
}
.lively-yellow {
color: #ffebb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--grandis:#ffcd75;
--south-shore-sun:#ffdd9e;
--lively-yellow:#ffebb3;
}