Color names in this palette
CSS code for this palette
/* CSS */
.snowy-summit {
color: #c5d7e7;
}
.dancing-in-the-rain {
color: #a8c5d6;
}
.dolphin-daze {
color: #61a5b8;
}
.aegean-sea {
color: #4c8ea4;
}
.ocean-call {
color: #2c6c8c;
}
/* CSS Variables */
:root {
--snowy-summit:#c5d7e7;
--dancing-in-the-rain:#a8c5d6;
--dolphin-daze:#61a5b8;
--aegean-sea:#4c8ea4;
--ocean-call:#2c6c8c;
}