Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1e4d8f;
}
.north-atlantic-breeze {
color: #3a78b6;
}
.windjammer {
color: #5ca7e0;
}
.wasurenagusa-blue {
color: #88c2f2;
}
.icy-landscape {
color: #c2e7ff;
}
/* CSS Variables */
:root {
--sweat-bee:#1e4d8f;
--north-atlantic-breeze:#3a78b6;
--windjammer:#5ca7e0;
--wasurenagusa-blue:#88c2f2;
--icy-landscape:#c2e7ff;
}