Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.antilles-blue {
color: #3b5b8c;
}
.alpha-tango {
color: #5e91b0;
}
.pond-blue {
color: #89b7c8;
}
.nevada-sky {
color: #a2d6e7;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--antilles-blue:#3b5b8c;
--alpha-tango:#5e91b0;
--pond-blue:#89b7c8;
--nevada-sky:#a2d6e7;
}