Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.magic-blue {
color: #3c8caa;
}
.gondolier {
color: #5fb1c4;
}
.botanical-tint {
color: #a7e6d8;
}
.distant-horizon {
color: #f0f9f8;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--magic-blue:#3c8caa;
--gondolier:#5fb1c4;
--botanical-tint:#a7e6d8;
--distant-horizon:#f0f9f8;
}