Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3c8b6b;
}
.hole-in-one {
color: #4cae8d;
}
.sweet-garden {
color: #5dd0b3;
}
.overtone {
color: #a3e6b4;
}
.light-carolina {
color: #d6f9d2;
}
/* CSS Variables */
:root {
--illuminati-green:#3c8b6b;
--hole-in-one:#4cae8d;
--sweet-garden:#5dd0b3;
--overtone:#a3e6b4;
--light-carolina:#d6f9d2;
}