Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.beacon-blue {
color: #2a5a98;
}
.ashton-blue {
color: #4a7cba;
}
.frozen-whisper {
color: #8abfdb;
}
.icy-landscape {
color: #c2e6f5;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--beacon-blue:#2a5a98;
--ashton-blue:#4a7cba;
--frozen-whisper:#8abfdb;
--icy-landscape:#c2e6f5;
}