Color names in this palette
CSS code for this palette
/* CSS */
.garden-country {
color: #d6c6a8;
}
.assateague-sand {
color: #e2d0b1;
}
.china-doll {
color: #f2e4d4;
}
.moonlit-beach {
color: #f9f1e6;
}
.vanilla-custard {
color: #f3e0bf;
}
/* CSS Variables */
:root {
--garden-country:#d6c6a8;
--assateague-sand:#e2d0b1;
--china-doll:#f2e4d4;
--moonlit-beach:#f9f1e6;
--vanilla-custard:#f3e0bf;
}