Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b1b4b9;
}
.veiled-spotlight {
color: #d0d4d7;
}
.swirling-water {
color: #e6e8ea;
}
.gram-s-hair {
color: #f5f7f9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b1b4b9;
--veiled-spotlight:#d0d4d7;
--swirling-water:#e6e8ea;
--gram-s-hair:#f5f7f9;
--white:#ffffff;
}