Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1e4d9f;
}
.magic-blue {
color: #4089b0;
}
.candid-blue {
color: #6cc5e0;
}
.blizzard-blue {
color: #a2e3f1;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--sea-of-tears:#1e4d9f;
--magic-blue:#4089b0;
--candid-blue:#6cc5e0;
--blizzard-blue:#a2e3f1;
--syndicalist:#f5c400;
}