Color names in this palette
CSS code for this palette
/* CSS */
.jade-gravel {
color: #0abdba;
}
.turquoise-sea {
color: #6fd9e7;
}
.everest {
color: #a1e2e0;
}
.frosty-mint {
color: #def7ef;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--jade-gravel:#0abdba;
--turquoise-sea:#6fd9e7;
--everest:#a1e2e0;
--frosty-mint:#def7ef;
--sparkling-snow:#f5ffff;
}