Color names in this palette
CSS code for this palette
/* CSS */
.sky-pilot {
color: #a3b7d7;
}
.water-wash {
color: #a9c6e5;
}
.glacier-point {
color: #b3d9e5;
}
.freezing-vapor {
color: #d1e9f5;
}
.moon-white {
color: #eaf5fa;
}
/* CSS Variables */
:root {
--sky-pilot:#a3b7d7;
--water-wash:#a9c6e5;
--glacier-point:#b3d9e5;
--freezing-vapor:#d1e9f5;
--moon-white:#eaf5fa;
}