Color names in this palette
CSS code for this palette
/* CSS */
.more-than-a-week {
color: #8c8c8c;
}
.brainstem-grey {
color: #b5b5b5;
}
.clouded-vision {
color: #d1d1d1;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--more-than-a-week:#8c8c8c;
--brainstem-grey:#b5b5b5;
--clouded-vision:#d1d1d1;
--extraordinary-abundance-of-tinge:#e6e6e6;
--white:#ffffff;
}