Color names in this palette
CSS code for this palette
/* CSS */
.mossleaf {
color: #8b9c8e;
}
.grandview {
color: #6b8e7b;
}
.como {
color: #4b7c5d;
}
.midnight-clover {
color: #3a5a4c;
}
.te-papa-green {
color: #2c493f;
}
/* CSS Variables */
:root {
--mossleaf:#8b9c8e;
--grandview:#6b8e7b;
--como:#4b7c5d;
--midnight-clover:#3a5a4c;
--te-papa-green:#2c493f;
}