Color names in this palette
CSS code for this palette
/* CSS */
.greenhouse {
color: #3c5b2a;
}
.limestoned {
color: #a6c9a1;
}
.morning-light-wave {
color: #e0f0e9;
}
.noodles {
color: #f9e2b4;
}
.escalante {
color: #a85d5d;
}
/* CSS Variables */
:root {
--greenhouse:#3c5b2a;
--limestoned:#a6c9a1;
--morning-light-wave:#e0f0e9;
--noodles:#f9e2b4;
--escalante:#a85d5d;
}