Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
.pallid-orange {
color: #ffba9e;
}
.marigold-dust {
color: #f4cf3e;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
--pallid-orange:#ffba9e;
--marigold-dust:#f4cf3e;
--snow-white-blush:#f9aeae;
}