Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.buttery-salmon {
color: #ffb19e;
}
.peachy-summer-skies {
color: #ffd9a8;
}
.peach-of-mind {
color: #ffe0b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--buttery-salmon:#ffb19e;
--peachy-summer-skies:#ffd9a8;
--peach-of-mind:#ffe0b3;
}