Color names in this palette
CSS code for this palette
/* CSS */
.shaved-chocolate {
color: #5a3d3a;
}
.warm-wassail {
color: #a86b6b;
}
.perfect-pink {
color: #e2b1b1;
}
.milky-maize {
color: #f6d9a2;
}
.tan {
color: #d4b26e;
}
/* CSS Variables */
:root {
--shaved-chocolate:#5a3d3a;
--warm-wassail:#a86b6b;
--perfect-pink:#e2b1b1;
--milky-maize:#f6d9a2;
--tan:#d4b26e;
}