Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.spice-pink {
color: #ffaf85;
}
.cookie {
color: #ffe1b8;
}
.celery-root {
color: #d2e5b8;
}
.mountain-mint {
color: #a8e1c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--spice-pink:#ffaf85;
--cookie:#ffe1b8;
--celery-root:#d2e5b8;
--mountain-mint:#a8e1c1;
}