Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a1e8e3;
}
.aqua-zing {
color: #7dd8d8;
}
.crystalsong-blue {
color: #4bb7b9;
}
.ocean-liner {
color: #1b8b8d;
}
.blue-emerald {
color: #0d5d5e;
}
/* CSS Variables */
:root {
--everest:#a1e8e3;
--aqua-zing:#7dd8d8;
--crystalsong-blue:#4bb7b9;
--ocean-liner:#1b8b8d;
--blue-emerald:#0d5d5e;
}