Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.high-rise {
color: #afb2b6;
}
.shining-silver {
color: #c6c7c8;
}
.twilight-grey {
color: #d1d4d6;
}
.wind-chime {
color: #dfe0e2;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--high-rise:#afb2b6;
--shining-silver:#c6c7c8;
--twilight-grey:#d1d4d6;
--wind-chime:#dfe0e2;
}