Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.soft-green {
color: #6ebf73;
}
.irish-spring {
color: #90d0a0;
}
.overtone {
color: #a4e5b5;
}
.cactus-water {
color: #d4f7e1;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--soft-green:#6ebf73;
--irish-spring:#90d0a0;
--overtone:#a4e5b5;
--cactus-water:#d4f7e1;
}