Color names in this palette
CSS code for this palette
/* CSS */
.guitar {
color: #6a4b39;
}
.barite {
color: #9d7c5c;
}
.distant-valley {
color: #c1b69a;
}
.paella-natural-white {
color: #e0d8c2;
}
.hushed-white {
color: #f1f2e3;
}
/* CSS Variables */
:root {
--guitar:#6a4b39;
--barite:#9d7c5c;
--distant-valley:#c1b69a;
--paella-natural-white:#e0d8c2;
--hushed-white:#f1f2e3;
}