Color names in this palette
CSS code for this palette
/* CSS */
.aqua-revival {
color: #4f9c8f;
}
.hygiene-green {
color: #61c2b8;
}
.sparkling-mint {
color: #a3e0d3;
}
.light-shutterbug {
color: #cff2e4;
}
.mint-cream {
color: #f5fff9;
}
/* CSS Variables */
:root {
--aqua-revival:#4f9c8f;
--hygiene-green:#61c2b8;
--sparkling-mint:#a3e0d3;
--light-shutterbug:#cff2e4;
--mint-cream:#f5fff9;
}