Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6c5c;
}
.dwarven-peaches {
color: #ffa07a;
}
.atoll-sand {
color: #ffd09e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6c5c;
--dwarven-peaches:#ffa07a;
--atoll-sand:#ffd09e;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
}