Color names in this palette
CSS code for this palette
/* CSS */
.morning-star {
color: #c2d0e5;
}
.thunder-chi {
color: #a7c4d3;
}
.mirror-lake {
color: #7dacca;
}
.freshwater {
color: #4da8b3;
}
.bermuda {
color: #1e7a8a;
}
/* CSS Variables */
:root {
--morning-star:#c2d0e5;
--thunder-chi:#a7c4d3;
--mirror-lake:#7dacca;
--freshwater:#4da8b3;
--bermuda:#1e7a8a;
}