Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1b1f4b;
}
.dive-in {
color: #3d508a;
}
.lichen-blue {
color: #5e8db5;
}
.undercool {
color: #7bc3e0;
}
.blizzard-blue {
color: #a1e5f2;
}
/* CSS Variables */
:root {
--fly-by-night:#1b1f4b;
--dive-in:#3d508a;
--lichen-blue:#5e8db5;
--undercool:#7bc3e0;
--blizzard-blue:#a1e5f2;
}