Color names in this palette
CSS code for this palette
/* CSS */
.firmament-blue {
color: #0e2d3e;
}
.oceanic-motion {
color: #1b5b7e;
}
.brig {
color: #4b9fc3;
}
.middle-blue {
color: #7bd4ea;
}
.frostproof {
color: #cff1f7;
}
/* CSS Variables */
:root {
--firmament-blue:#0e2d3e;
--oceanic-motion:#1b5b7e;
--brig:#4b9fc3;
--middle-blue:#7bd4ea;
--frostproof:#cff1f7;
}