Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d2e7f9;
}
.windsor-way {
color: #a1c4e8;
}
.sea-loch {
color: #6d9ad5;
}
.athens {
color: #3b6eb5;
}
.navy-seal {
color: #1d3c8c;
}
/* CSS Variables */
:root {
--freezing-vapor:#d2e7f9;
--windsor-way:#a1c4e8;
--sea-loch:#6d9ad5;
--athens:#3b6eb5;
--navy-seal:#1d3c8c;
}