Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.aquamarine {
color: #33e6b3;
}
.van-gogh-green {
color: #66cc99;
}
.watercolour-green {
color: #97b380;
}
.distilled-moss {
color: #ccffcc;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--aquamarine:#33e6b3;
--van-gogh-green:#66cc99;
--watercolour-green:#97b380;
--distilled-moss:#ccffcc;
}