Color names in this palette
CSS code for this palette
/* CSS */
.heath {
color: #4d282d;
}
.chocolate-eclair {
color: #694a49;
}
.warm-wassail {
color: #a56f69;
}
.artisan-tea {
color: #d8c0b0;
}
.posy {
color: #f2e2d4;
}
/* CSS Variables */
:root {
--heath:#4d282d;
--chocolate-eclair:#694a49;
--warm-wassail:#a56f69;
--artisan-tea:#d8c0b0;
--posy:#f2e2d4;
}