Color names in this palette
CSS code for this palette
/* CSS */
.salvia {
color: #a7b29f;
}
.forest-path {
color: #6d8d6d;
}
.melbourne {
color: #4d7a4d;
}
.mount-hyjal {
color: #3f6e3f;
}
.deep-into-the-wood {
color: #2f5b2f;
}
/* CSS Variables */
:root {
--salvia:#a7b29f;
--forest-path:#6d8d6d;
--melbourne:#4d7a4d;
--mount-hyjal:#3f6e3f;
--deep-into-the-wood:#2f5b2f;
}