Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.isn-t-it-just-peachy {
color: #ffb47a;
}
.big-bus-yellow {
color: #ffdc8a;
}
.pig-pink {
color: #ffd6e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--isn-t-it-just-peachy:#ffb47a;
--big-bus-yellow:#ffdc8a;
--pig-pink:#ffd6e2;
}