Color names in this palette
CSS code for this palette
/* CSS */
.clay-beige {
color: #d5d1c3;
}
.olive-pit {
color: #a9a38e;
}
.anthill {
color: #806a4d;
}
.philosophically-speaking {
color: #4c4b3d;
}
.maire {
color: #292923;
}
/* CSS Variables */
:root {
--clay-beige:#d5d1c3;
--olive-pit:#a9a38e;
--anthill:#806a4d;
--philosophically-speaking:#4c4b3d;
--maire:#292923;
}