Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.wandering-river {
color: #70a3c7;
}
.boat-house {
color: #4b90be;
}
.deep-water {
color: #2a6f9d;
}
.bright-midnight-blue {
color: #1a4c74;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--wandering-river:#70a3c7;
--boat-house:#4b90be;
--deep-water:#2a6f9d;
--bright-midnight-blue:#1a4c74;
}