Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.shandy {
color: #ffe770;
}
.gilded {
color: #f4e04e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--peanut-butter-chicken:#ffb65c;
--shandy:#ffe770;
--gilded:#f4e04e;
}