Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.ripe-melon {
color: #ffb8ad;
}
.lusty-gallant {
color: #ffcdcc;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--ripe-melon:#ffb8ad;
--lusty-gallant:#ffcdcc;
--misty-rose:#ffe3e0;
}