Color names in this palette
CSS code for this palette
/* CSS */
.hanover {
color: #d8c4b0;
}
.barley-white {
color: #f7e4b6;
}
.dairy-made {
color: #f1b83b;
}
.tangerine-bliss {
color: #d65b2e;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--hanover:#d8c4b0;
--barley-white:#f7e4b6;
--dairy-made:#f1b83b;
--tangerine-bliss:#d65b2e;
--polished-apple:#8c2b2b;
}