Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6d9d;
}
.mountain-bluebird {
color: #4a9cc4;
}
.spritzig {
color: #7ac2e6;
}
.break-the-ice {
color: #b2e0f0;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6d9d;
--mountain-bluebird:#4a9cc4;
--spritzig:#7ac2e6;
--break-the-ice:#b2e0f0;
--m-white:#f4f7fb;
}