Color names in this palette
CSS code for this palette
/* CSS */
.polar-blue {
color: #b3e0e6;
}
.light-budgie-blue {
color: #a0d5e9;
}
.undercool {
color: #7dc5e3;
}
.hoeth-blue {
color: #5ca7d6;
}
.quiet-night {
color: #3b8fbf;
}
/* CSS Variables */
:root {
--polar-blue:#b3e0e6;
--light-budgie-blue:#a0d5e9;
--undercool:#7dc5e3;
--hoeth-blue:#5ca7d6;
--quiet-night:#3b8fbf;
}