Color names in this palette
CSS code for this palette
/* CSS */
.avalon {
color: #7b9d93;
}
.mini-green {
color: #9bc5ac;
}
.moody-mist {
color: #c8e5d8;
}
.high-reflective-white {
color: #f7f8f1;
}
.trick-or-treat {
color: #e6b589;
}
/* CSS Variables */
:root {
--avalon:#7b9d93;
--mini-green:#9bc5ac;
--moody-mist:#c8e5d8;
--high-reflective-white:#f7f8f1;
--trick-or-treat:#e6b589;
}