Color names in this palette
CSS code for this palette
/* CSS */
.china-doll {
color: #f2e4d4;
}
.everblooming {
color: #f2cab5;
}
.seasonal-beige {
color: #e9b79f;
}
.rosy-outlook {
color: #f7ab9c;
}
.galah {
color: #d57b83;
}
/* CSS Variables */
:root {
--china-doll:#f2e4d4;
--everblooming:#f2cab5;
--seasonal-beige:#e9b79f;
--rosy-outlook:#f7ab9c;
--galah:#d57b83;
}