Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #509bc3;
}
.spritzig {
color: #6dc8e9;
}
.blizzard-blue {
color: #a5e5f3;
}
.let-it-snow {
color: #d7f4f2;
}
.moonlit-beach {
color: #f9f1e6;
}
/* CSS Variables */
:root {
--mountain-bluebird:#509bc3;
--spritzig:#6dc8e9;
--blizzard-blue:#a5e5f3;
--let-it-snow:#d7f4f2;
--moonlit-beach:#f9f1e6;
}