Color names in this palette
CSS code for this palette
/* CSS */
.china-doll {
color: #f2e4d4;
}
.porcelain-basin {
color: #d9cfc4;
}
.flax-fibre-grey {
color: #b7a99a;
}
.maximum-yellow-red {
color: #f1b74b;
}
.seasonal-beige {
color: #e9b89f;
}
/* CSS Variables */
:root {
--china-doll:#f2e4d4;
--porcelain-basin:#d9cfc4;
--flax-fibre-grey:#b7a99a;
--maximum-yellow-red:#f1b74b;
--seasonal-beige:#e9b89f;
}