Color names in this palette
CSS code for this palette
/* CSS */
.more-than-a-week {
color: #8c8c8c;
}
.uniform-grey {
color: #a8a8a8;
}
.clouded-vision {
color: #d1d1d1;
}
.bleached-silk {
color: #f2f2f2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--more-than-a-week:#8c8c8c;
--uniform-grey:#a8a8a8;
--clouded-vision:#d1d1d1;
--bleached-silk:#f2f2f2;
--white:#ffffff;
}