Color names in this palette
CSS code for this palette
/* CSS */
.soft-suede {
color: #d5ccae;
}
.abbey-road {
color: #a79e90;
}
.rich-walnut {
color: #7c5d4b;
}
.button-eyes {
color: #4f3b30;
}
.weathervane {
color: #2c1e1b;
}
/* CSS Variables */
:root {
--soft-suede:#d5ccae;
--abbey-road:#a79e90;
--rich-walnut:#7c5d4b;
--button-eyes:#4f3b30;
--weathervane:#2c1e1b;
}