Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1e6b8a;
}
.aztec-sky {
color: #4ab7d9;
}
.horizon-haze {
color: #7dc3e8;
}
.break-the-ice {
color: #b4e1ee;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--saxony-blue:#1e6b8a;
--aztec-sky:#4ab7d9;
--horizon-haze:#7dc3e8;
--break-the-ice:#b4e1ee;
--alice-blue:#f0f9ff;
}