Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.buttery-salmon {
color: #ffb19e;
}
.aromatic-breeze {
color: #ffcecc;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--buttery-salmon:#ffb19e;
--aromatic-breeze:#ffcecc;
--misty-rose:#ffe3e0;
}