Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d3e4f8;
}
.template {
color: #a4c7e5;
}
.polar-ice {
color: #6fa6d3;
}
.blue-tourmaline {
color: #4b93ce;
}
.biloxi-blue {
color: #0077b8;
}
/* CSS Variables */
:root {
--freezing-vapor:#d3e4f8;
--template:#a4c7e5;
--polar-ice:#6fa6d3;
--blue-tourmaline:#4b93ce;
--biloxi-blue:#0077b8;
}