Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.dune-drift {
color: #b88b6f;
}
.hanover {
color: #d8c6b0;
}
.touching-white {
color: #f4e0d7;
}
.aroma {
color: #d1c2c5;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--dune-drift:#b88b6f;
--hanover:#d8c6b0;
--touching-white:#f4e0d7;
--aroma:#d1c2c5;
}