Color names in this palette
CSS code for this palette
/* CSS */
.abbot {
color: #4d3e2e;
}
.ancient-pottery {
color: #a27c5d;
}
.bruin-spice {
color: #d4ba9b;
}
.italian-straw {
color: #e8d1a1;
}
.creamy-vanilla {
color: #f4e5be;
}
/* CSS Variables */
:root {
--abbot:#4d3e2e;
--ancient-pottery:#a27c5d;
--bruin-spice:#d4ba9b;
--italian-straw:#e8d1a1;
--creamy-vanilla:#f4e5be;
}