Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.ironbreaker-metal {
color: #a2a7a9;
}
.silver-snippet {
color: #8d8f91;
}
.disco-ball {
color: #d2d4d5;
}
.swirling-water {
color: #e6e9ea;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--ironbreaker-metal:#a2a7a9;
--silver-snippet:#8d8f91;
--disco-ball:#d2d4d5;
--swirling-water:#e6e9ea;
}