Color names in this palette
CSS code for this palette
/* CSS */
.bistre {
color: #3c2d20;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.pure-beige {
color: #e9d2c3;
}
.white-cedar {
color: #f5e0c2;
}
.earthen-jug {
color: #a85f38;
}
/* CSS Variables */
:root {
--bistre:#3c2d20;
--lover-s-hideaway:#d1c6b3;
--pure-beige:#e9d2c3;
--white-cedar:#f5e0c2;
--earthen-jug:#a85f38;
}