Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a8e1d4;
}
.aurora-green {
color: #6fd8a1;
}
.aztec-jade {
color: #3cbe8c;
}
.c-o-l-grass {
color: #1ca077;
}
.turquoise-cyan {
color: #0b7f64;
}
/* CSS Variables */
:root {
--capri-water-blue:#a8e1d4;
--aurora-green:#6fd8a1;
--aztec-jade:#3cbe8c;
--c-o-l-grass:#1ca077;
--turquoise-cyan:#0b7f64;
}