Color names in this palette
CSS code for this palette
/* CSS */
.castle-wall {
color: #c3baa2;
}
.frosted-almond {
color: #d2c2ad;
}
.birthday-suit {
color: #e1c6b7;
}
.bare-beige {
color: #e7d3ca;
}
.ancient-scroll {
color: #f1e4d0;
}
/* CSS Variables */
:root {
--castle-wall:#c3baa2;
--frosted-almond:#d2c2ad;
--birthday-suit:#e1c6b7;
--bare-beige:#e7d3ca;
--ancient-scroll:#f1e4d0;
}