Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.magic-blue {
color: #3d8ca9;
}
.disembark {
color: #5fb6d8;
}
.charlotte {
color: #a3e0e6;
}
.white-smoke {
color: #f4f6f5;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--magic-blue:#3d8ca9;
--disembark:#5fb6d8;
--charlotte:#a3e0e6;
--white-smoke:#f4f6f5;
}