Color names in this palette
CSS code for this palette
/* CSS */
.bland {
color: #b1a68b;
}
.hillary {
color: #a79f7b;
}
.restful-brown {
color: #8c7d6e;
}
.coffee-house {
color: #6d5c4f;
}
.treasure-island {
color: #4a493b;
}
/* CSS Variables */
:root {
--bland:#b1a68b;
--hillary:#a79f7b;
--restful-brown:#8c7d6e;
--coffee-house:#6d5c4f;
--treasure-island:#4a493b;
}