Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.high-rise {
color: #afb2b6;
}
.twilight-grey {
color: #d1d4d7;
}
.snow-cloud {
color: #e6e9eb;
}
.errigal-white {
color: #f0f2f5;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--high-rise:#afb2b6;
--twilight-grey:#d1d4d7;
--snow-cloud:#e6e9eb;
--errigal-white:#f0f2f5;
}