Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.splendor-gold {
color: #ffb24d;
}
.peach-orange {
color: #ffce99;
}
.delightful-peach {
color: #ffecd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--splendor-gold:#ffb24d;
--peach-orange:#ffce99;
--delightful-peach:#ffecd1;
}