Color names in this palette
CSS code for this palette
/* CSS */
.greenhouse {
color: #3b6a2f;
}
.bright-forest {
color: #6a8d4e;
}
.limestoned {
color: #a9c9a1;
}
.frosted-mint {
color: #e3f2e5;
}
.crystal-grey {
color: #d1c2b7;
}
/* CSS Variables */
:root {
--greenhouse:#3b6a2f;
--bright-forest:#6a8d4e;
--limestoned:#a9c9a1;
--frosted-mint:#e3f2e5;
--crystal-grey:#d1c2b7;
}