Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.blue-raspberry-seed {
color: #3ca5c8;
}
.magnesia-bay {
color: #5dc7e5;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--blue-raspberry-seed:#3ca5c8;
--magnesia-bay:#5dc7e5;
--ice-crystal-blue:#a8e1e0;
--marigold-dust:#f4cf3e;
}