Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.bread-n-butter {
color: #ffd280;
}
.lettuce-alone {
color: #d2e0a3;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--bread-n-butter:#ffd280;
--lettuce-alone:#d2e0a3;
--windstorm:#6999c3;
}