Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ff9e61;
}
.faded-sunlight {
color: #ffcb6b;
}
.apple-bob {
color: #d3e59f;
}
.bath-water {
color: #8eedf5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ff9e61;
--faded-sunlight:#ffcb6b;
--apple-bob:#d3e59f;
--bath-water:#8eedf5;
}