Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.simply-posh {
color: #8db6d3;
}
.cerulean-frost {
color: #6f9cc8;
}
.tropic {
color: #4b87af;
}
.deep-water {
color: #2a6fa7;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--simply-posh:#8db6d3;
--cerulean-frost:#6f9cc8;
--tropic:#4b87af;
--deep-water:#2a6fa7;
}