Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff896b;
}
.peach-pearl {
color: #ffb4a3;
}
.lusty-gallant {
color: #ffcdcc;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff896b;
--peach-pearl:#ffb4a3;
--lusty-gallant:#ffcdcc;
--misty-rose:#ffe3e0;
}