Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.arts-crafts-gold {
color: #f9c58b;
}
.pale-banana {
color: #f6e48e;
}
.softsun {
color: #f3c93f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--arts-crafts-gold:#f9c58b;
--pale-banana:#f6e48e;
--softsun:#f3c93f;
}