Color names in this palette
CSS code for this palette
/* CSS */
.seacrest {
color: #b6c8a7;
}
.chopsticks {
color: #e1d2b7;
}
.hay-yellow {
color: #c4a96e;
}
.mocha-madness {
color: #8c695a;
}
.trailblazer {
color: #bfaf8d;
}
/* CSS Variables */
:root {
--seacrest:#b6c8a7;
--chopsticks:#e1d2b7;
--hay-yellow:#c4a96e;
--mocha-madness:#8c695a;
--trailblazer:#bfaf8d;
}