Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-custard {
color: #f4e0be;
}
.pueblo-sand {
color: #e6c4a3;
}
.bespoke {
color: #d4b8a0;
}
.peanut-butter-crust {
color: #c8a188;
}
.hazel {
color: #a26a4e;
}
/* CSS Variables */
:root {
--vanilla-custard:#f4e0be;
--pueblo-sand:#e6c4a3;
--bespoke:#d4b8a0;
--peanut-butter-crust:#c8a188;
--hazel:#a26a4e;
}