Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.blue-vacation {
color: #1e7da9;
}
.celestine-spring {
color: #1f9fc7;
}
.blue-bubble {
color: #a5d7e9;
}
.silent-snowfall {
color: #eff8fb;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--blue-vacation:#1e7da9;
--celestine-spring:#1f9fc7;
--blue-bubble:#a5d7e9;
--silent-snowfall:#eff8fb;
}