Color names in this palette
CSS code for this palette
/* CSS */
.sheffield {
color: #5d8e7a;
}
.reeds {
color: #a1bfa5;
}
.celery-root {
color: #d5e6b7;
}
.hawaiian-cream {
color: #f9e6b9;
}
.ibis-wing {
color: #f78c82;
}
/* CSS Variables */
:root {
--sheffield:#5d8e7a;
--reeds:#a1bfa5;
--celery-root:#d5e6b7;
--hawaiian-cream:#f9e6b9;
--ibis-wing:#f78c82;
}