Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2c;
}
.burned-brown {
color: #6f4c3e;
}
.hazelnut {
color: #a96c5b;
}
.brilliant-beige {
color: #f1c4b6;
}
.meadowsweet-mist {
color: #d4e3e2;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2c;
--burned-brown:#6f4c3e;
--hazelnut:#a96c5b;
--brilliant-beige:#f1c4b6;
--meadowsweet-mist:#d4e3e2;
}