Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.great-serpent {
color: #4a70a1;
}
.alaskan-ice {
color: #7ca1c0;
}
.template {
color: #a5c7e3;
}
.freezing-vapor {
color: #d6e9f5;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--great-serpent:#4a70a1;
--alaskan-ice:#7ca1c0;
--template:#a5c7e3;
--freezing-vapor:#d6e9f5;
}