Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4bb7e2;
}
.water-flow {
color: #79cad8;
}
.everest {
color: #a1e2df;
}
.mist-of-green {
color: #e1f4ea;
}
.casino-lights {
color: #f9f4b4;
}
/* CSS Variables */
:root {
--lake-thun:#4bb7e2;
--water-flow:#79cad8;
--everest:#a1e2df;
--mist-of-green:#e1f4ea;
--casino-lights:#f9f4b4;
}