Color names in this palette
CSS code for this palette
/* CSS */
.slate-black {
color: #4b3c35;
}
.rich-walnut {
color: #7c5d4b;
}
.that-s-atomic {
color: #b0b08d;
}
.spring-hill {
color: #c6cbaf;
}
.lily-scent-green {
color: #e5e8bf;
}
/* CSS Variables */
:root {
--slate-black:#4b3c35;
--rich-walnut:#7c5d4b;
--that-s-atomic:#b0b08d;
--spring-hill:#c6cbaf;
--lily-scent-green:#e5e8bf;
}