Color names in this palette
CSS code for this palette
/* CSS */
.winter-s-day {
color: #dbfaff;
}
.everest {
color: #9ee2e5;
}
.soft-turquoise {
color: #76d5cf;
}
.crystalsong-blue {
color: #4cb8b4;
}
.empress-envy {
color: #2b9c9a;
}
/* CSS Variables */
:root {
--winter-s-day:#dbfaff;
--everest:#9ee2e5;
--soft-turquoise:#76d5cf;
--crystalsong-blue:#4cb8b4;
--empress-envy:#2b9c9a;
}