Color names in this palette
CSS code for this palette
/* CSS */
.autumn-haze {
color: #d4c2af;
}
.ginger-grey-yellow {
color: #b8a899;
}
.chocolate-powder {
color: #a68c7d;
}
.burns-cave {
color: #7d594a;
}
.ancient-prunus {
color: #5a3f3f;
}
/* CSS Variables */
:root {
--autumn-haze:#d4c2af;
--ginger-grey-yellow:#b8a899;
--chocolate-powder:#a68c7d;
--burns-cave:#7d594a;
--ancient-prunus:#5a3f3f;
}