Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a0e9de;
}
.aqua-zing {
color: #7fd7d7;
}
.crystalsong-blue {
color: #4cb8b8;
}
.latigo-bay {
color: #3c9a9a;
}
.zirconia-teal {
color: #2d7c7c;
}
/* CSS Variables */
:root {
--everest:#a0e9de;
--aqua-zing:#7fd7d7;
--crystalsong-blue:#4cb8b8;
--latigo-bay:#3c9a9a;
--zirconia-teal:#2d7c7c;
}