Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b3c7e6;
}
.great-serpent {
color: #4673a0;
}
.bay-site {
color: #2c5f8c;
}
.blue-expanse {
color: #1e3b71;
}
.midnight-ocean {
color: #0d2b4a;
}
/* CSS Variables */
:root {
--radar:#b3c7e6;
--great-serpent:#4673a0;
--bay-site:#2c5f8c;
--blue-expanse:#1e3b71;
--midnight-ocean:#0d2b4a;
}