Color names in this palette
CSS code for this palette
/* CSS */
.exotic-palm {
color: #8d9a6a;
}
.gleam {
color: #b8caa5;
}
.spring-fever {
color: #e5e3c2;
}
.splash-of-honey {
color: #d7b78e;
}
.potting-soil {
color: #5b3f2f;
}
/* CSS Variables */
:root {
--exotic-palm:#8d9a6a;
--gleam:#b8caa5;
--spring-fever:#e5e3c2;
--splash-of-honey:#d7b78e;
--potting-soil:#5b3f2f;
}