Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.astroscopus-grey {
color: #b0b3b5;
}
.foil {
color: #bfc2c4;
}
.rinse {
color: #d5dadc;
}
.snow-cloud {
color: #e6e9eb;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--astroscopus-grey:#b0b3b5;
--foil:#bfc2c4;
--rinse:#d5dadc;
--snow-cloud:#e6e9eb;
}