Color names in this palette
CSS code for this palette
/* CSS */
.pure-beige {
color: #e9d2c3;
}
.china-doll {
color: #f2e4d4;
}
.yellow-shimmer {
color: #f8e2c9;
}
.rainbow {
color: #f4c1b8;
}
.rhubarb-gin {
color: #d9a6c2;
}
/* CSS Variables */
:root {
--pure-beige:#e9d2c3;
--china-doll:#f2e4d4;
--yellow-shimmer:#f8e2c9;
--rainbow:#f4c1b8;
--rhubarb-gin:#d9a6c2;
}