Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.indian-clay {
color: #f3cebf;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.celery-root {
color: #d5e9b9;
}
.fair-aqua {
color: #b2e0da;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--indian-clay:#f3cebf;
--smooth-as-corn-silk:#f5e3b2;
--celery-root:#d5e9b9;
--fair-aqua:#b2e0da;
}