Color names in this palette
CSS code for this palette
/* CSS */
.big-ocean-wave {
color: #31708c;
}
.freshwater {
color: #4da7b3;
}
.summer-of-82 {
color: #74d1d8;
}
.everest {
color: #a2e4e6;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--big-ocean-wave:#31708c;
--freshwater:#4da7b3;
--summer-of-82:#74d1d8;
--everest:#a2e4e6;
--distant-horizon:#f1f9f9;
}