Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff997a;
}
.pallid-orange {
color: #ffba9e;
}
.light-peach-rose {
color: #ffe4d6;
}
.peachy-bon-bon {
color: #ffd2b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff997a;
--pallid-orange:#ffba9e;
--light-peach-rose:#ffe4d6;
--peachy-bon-bon:#ffd2b8;
}