Color names in this palette
CSS code for this palette
/* CSS */
.leafy-lush {
color: #096a06;
}
.sour-candy {
color: #5abf4a;
}
.green-trance {
color: #a5d7a2;
}
.light-fresh-lime {
color: #e2f5d6;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--leafy-lush:#096a06;
--sour-candy:#5abf4a;
--green-trance:#a5d7a2;
--light-fresh-lime:#e2f5d6;
--dr-white:#fafafa;
}