Color names in this palette
CSS code for this palette
/* CSS */
.st-patrick {
color: #2f894d;
}
.paris-green {
color: #4fbf80;
}
.fresco-green {
color: #7ae6a3;
}
.nightly-aurora {
color: #a1f2c4;
}
.cactus-water {
color: #d2f9e2;
}
/* CSS Variables */
:root {
--st-patrick:#2f894d;
--paris-green:#4fbf80;
--fresco-green:#7ae6a3;
--nightly-aurora:#a1f2c4;
--cactus-water:#d2f9e2;
}