Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-mint {
color: #a4dfd3;
}
.crystal-gem {
color: #73d3a6;
}
.mint-jelly {
color: #4dcba1;
}
.niagara {
color: #2dae8c;
}
.miami-jade {
color: #1a8e7f;
}
/* CSS Variables */
:root {
--sparkling-mint:#a4dfd3;
--crystal-gem:#73d3a6;
--mint-jelly:#4dcba1;
--niagara:#2dae8c;
--miami-jade:#1a8e7f;
}