Color names in this palette
CSS code for this palette
/* CSS */
.simplify-beige {
color: #d6c6b8;
}
.old-doeskin {
color: #bfad9c;
}
.foggy-sunrise {
color: #a89c8f;
}
.nut-cracker {
color: #806b5b;
}
.weathered-bamboo {
color: #5b3a29;
}
/* CSS Variables */
:root {
--simplify-beige:#d6c6b8;
--old-doeskin:#bfad9c;
--foggy-sunrise:#a89c8f;
--nut-cracker:#806b5b;
--weathered-bamboo:#5b3a29;
}