Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #afb3b6;
}
.mirror-mirror {
color: #a9aeb2;
}
.twilight-grey {
color: #d1d4d6;
}
.wind-chime {
color: #dfe0e2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--astroscopus-grey:#afb3b6;
--mirror-mirror:#a9aeb2;
--twilight-grey:#d1d4d6;
--wind-chime:#dfe0e2;
--white:#ffffff;
}