Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.savannah-sun {
color: #ffb78a;
}
.brite-gold {
color: #ffdf8f;
}
.casino-lights {
color: #f7f2b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--savannah-sun:#ffb78a;
--brite-gold:#ffdf8f;
--casino-lights:#f7f2b6;
}