Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1f699e;
}
.fairy-tale-blue {
color: #3c99be;
}
.sea-capture {
color: #5ec2e4;
}
.break-the-ice {
color: #b2e0f0;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--jazz-blue:#1f699e;
--fairy-tale-blue:#3c99be;
--sea-capture:#5ec2e4;
--break-the-ice:#b2e0f0;
--white-solid:#f5f8fa;
}