Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.shining-silver {
color: #c5c7c9;
}
.cold-wind {
color: #e1e3e5;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.astroscopus-grey {
color: #b0b3b5;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--shining-silver:#c5c7c9;
--cold-wind:#e1e3e5;
--zh-n-zh-b-i-pearl:#f6f8f9;
--astroscopus-grey:#b0b3b5;
}