Color names in this palette
CSS code for this palette
/* CSS */
.uniform-grey {
color: #a8a8a8;
}
.disco-ball {
color: #d4d4d4;
}
.snowflake {
color: #f0f0f0;
}
.palladium {
color: #b0b0b0;
}
.aged-moustache-grey {
color: #7d7d7d;
}
/* CSS Variables */
:root {
--uniform-grey:#a8a8a8;
--disco-ball:#d4d4d4;
--snowflake:#f0f0f0;
--palladium:#b0b0b0;
--aged-moustache-grey:#7d7d7d;
}