Color names in this palette
CSS code for this palette
/* CSS */
.winter-s-day {
color: #e0f7ff;
}
.everest {
color: #9fe0e5;
}
.throat-chakra {
color: #6ed4d2;
}
.montego-bay {
color: #3dbbbd;
}
.riviera-paradise {
color: #00999e;
}
/* CSS Variables */
:root {
--winter-s-day:#e0f7ff;
--everest:#9fe0e5;
--throat-chakra:#6ed4d2;
--montego-bay:#3dbbbd;
--riviera-paradise:#00999e;
}