Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.disco-ball {
color: #d4d4d4;
}
.fortress-grey {
color: #b8b8b8;
}
.dark-souls {
color: #a3a3a3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--extraordinary-abundance-of-tinge:#e6e6e6;
--disco-ball:#d4d4d4;
--fortress-grey:#b8b8b8;
--dark-souls:#a3a3a3;
}