Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.high-rise {
color: #afb2b6;
}
.desired-dawn {
color: #d7d8da;
}
.westar {
color: #d4cfc4;
}
.requisite-grey {
color: #b9b2a7;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--high-rise:#afb2b6;
--desired-dawn:#d7d8da;
--westar:#d4cfc4;
--requisite-grey:#b9b2a7;
}