Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.eyeshadow-blue {
color: #6896c4;
}
.deep-water {
color: #2b6f9c;
}
.blue-tang {
color: #2c4b6d;
}
.tangaroa {
color: #1b2a3b;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--eyeshadow-blue:#6896c4;
--deep-water:#2b6f9c;
--blue-tang:#2c4b6d;
--tangaroa:#1b2a3b;
}