Color names in this palette
CSS code for this palette
/* CSS */
.slightly-spritzig {
color: #8fd4f0;
}
.blue-jeans {
color: #5eb3e8;
}
.opalescent {
color: #398ec6;
}
.deep-water {
color: #2b6f9c;
}
.bright-midnight-blue {
color: #1f4b75;
}
/* CSS Variables */
:root {
--slightly-spritzig:#8fd4f0;
--blue-jeans:#5eb3e8;
--opalescent:#398ec6;
--deep-water:#2b6f9c;
--bright-midnight-blue:#1f4b75;
}