Color names in this palette
CSS code for this palette
/* CSS */
.trapped-darkness {
color: #0b1d2d;
}
.celestial-blue {
color: #2b4c69;
}
.atlantic-gull {
color: #4a8bb0;
}
.undercool {
color: #7bc2e0;
}
.blizzard-blue {
color: #a3e3f0;
}
/* CSS Variables */
:root {
--trapped-darkness:#0b1d2d;
--celestial-blue:#2b4c69;
--atlantic-gull:#4a8bb0;
--undercool:#7bc2e0;
--blizzard-blue:#a3e3f0;
}