Color names in this palette
CSS code for this palette
/* CSS */
.abbot {
color: #4d3e2e;
}
.white-bean-hummus {
color: #e9d0b4;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
.hyacinth-tint {
color: #b9c6d4;
}
.brown-beauty {
color: #4b3a34;
}
/* CSS Variables */
:root {
--abbot:#4d3e2e;
--white-bean-hummus:#e9d0b4;
--creamy-cloud-dreams:#fff5e0;
--hyacinth-tint:#b9c6d4;
--brown-beauty:#4b3a34;
}