Color names in this palette
CSS code for this palette
/* CSS */
.in-the-dark {
color: #3a3c41;
}
.pompeii-ash {
color: #6b757b;
}
.porch-ceiling {
color: #a2b2b9;
}
.rinse {
color: #d5dadc;
}
.anti-flash-white {
color: #f1f3f4;
}
/* CSS Variables */
:root {
--in-the-dark:#3a3c41;
--pompeii-ash:#6b757b;
--porch-ceiling:#a2b2b9;
--rinse:#d5dadc;
--anti-flash-white:#f1f3f4;
}