Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a9c8e0;
}
.cerulean-frost {
color: #6f9cc8;
}
.ashton-blue {
color: #4a7eba;
}
.takaka {
color: #3e4d79;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--sea-cliff:#a9c8e0;
--cerulean-frost:#6f9cc8;
--ashton-blue:#4a7eba;
--takaka:#3e4d79;
--snap-shot:#2b3d50;
}