Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candy {
color: #ff9b85;
}
.buttery-salmon {
color: #ffb09e;
}
.delightful-peach {
color: #ffe9d1;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candy:#ff9b85;
--buttery-salmon:#ffb09e;
--delightful-peach:#ffe9d1;
--cherry-blossom-pink:#ffb3c6;
}