Color names in this palette
CSS code for this palette
/* CSS */
.cactus-water {
color: #d5f6e3;
}
.sparkling-mint {
color: #a3e0d3;
}
.shockwave {
color: #76c6b9;
}
.hole-in-one {
color: #4da89c;
}
.atoll {
color: #2a777a;
}
/* CSS Variables */
:root {
--cactus-water:#d5f6e3;
--sparkling-mint:#a3e0d3;
--shockwave:#76c6b9;
--hole-in-one:#4da89c;
--atoll:#2a777a;
}