Color names in this palette
CSS code for this palette
/* CSS */
.liquid-green-stuff {
color: #3c7c5f;
}
.shiny-shamrock {
color: #5ea67c;
}
.gem-silica {
color: #77c5a1;
}
.botanical-tint {
color: #a6e3d7;
}
.frosty-mint {
color: #def7ef;
}
/* CSS Variables */
:root {
--liquid-green-stuff:#3c7c5f;
--shiny-shamrock:#5ea67c;
--gem-silica:#77c5a1;
--botanical-tint:#a6e3d7;
--frosty-mint:#def7ef;
}