Color names in this palette
CSS code for this palette
/* CSS */
.discover-deco {
color: #4c904f;
}
.lucerne {
color: #79be7b;
}
.green-trance {
color: #a5d7a3;
}
.security {
color: #d4e1c1;
}
.bean-sprout {
color: #f2f8e7;
}
/* CSS Variables */
:root {
--discover-deco:#4c904f;
--lucerne:#79be7b;
--green-trance:#a5d7a3;
--security:#d4e1c1;
--bean-sprout:#f2f8e7;
}