Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4c9e66;
}
.aroma-garden {
color: #a4c6a9;
}
.pine-water {
color: #e6e8d4;
}
.mirror-mirror {
color: #a9b1b2;
}
.winter-shadow {
color: #4f6c78;
}
/* CSS Variables */
:root {
--greenbrier:#4c9e66;
--aroma-garden:#a4c6a9;
--pine-water:#e6e8d4;
--mirror-mirror:#a9b1b2;
--winter-shadow:#4f6c78;
}