Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.pallid-orange {
color: #ffba9e;
}
.peach-of-mind {
color: #ffe3b3;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--pallid-orange:#ffba9e;
--peach-of-mind:#ffe3b3;
--beaming-sun:#fff8e0;
}