Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.squeaky {
color: #6dc4d9;
}
.norse-blue {
color: #3e9cc1;
}
.oceanic-motion {
color: #1b5b7e;
}
.poseidon {
color: #0e3a5d;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--squeaky:#6dc4d9;
--norse-blue:#3e9cc1;
--oceanic-motion:#1b5b7e;
--poseidon:#0e3a5d;
}