Color names in this palette
CSS code for this palette
/* CSS */
.avocado-stone {
color: #4b3d1b;
}
.bali-batik {
color: #6e5b3a;
}
.star-anise-scent {
color: #a87c4d;
}
.honey-beehive {
color: #d1a05c;
}
.no-more-drama {
color: #a63f3f;
}
/* CSS Variables */
:root {
--avocado-stone:#4b3d1b;
--bali-batik:#6e5b3a;
--star-anise-scent:#a87c4d;
--honey-beehive:#d1a05c;
--no-more-drama:#a63f3f;
}