Color names in this palette
CSS code for this palette
/* CSS */
.middle-blue {
color: #7fd8e6;
}
.aztec-sky {
color: #4db8d5;
}
.horizon-blue {
color: #2a9bc0;
}
.saxony-blue {
color: #1b6d88;
}
.iron-teal {
color: #0e4a53;
}
/* CSS Variables */
:root {
--middle-blue:#7fd8e6;
--aztec-sky:#4db8d5;
--horizon-blue:#2a9bc0;
--saxony-blue:#1b6d88;
--iron-teal:#0e4a53;
}