Color names in this palette
CSS code for this palette
/* CSS */
.in-the-dark {
color: #3b3d40;
}
.platinum-grey {
color: #6b6d70;
}
.power-grey {
color: #a1a3a5;
}
.swirling-water {
color: #e6e8ea;
}
.anti-flash-white {
color: #f0f3f5;
}
/* CSS Variables */
:root {
--in-the-dark:#3b3d40;
--platinum-grey:#6b6d70;
--power-grey:#a1a3a5;
--swirling-water:#e6e8ea;
--anti-flash-white:#f0f3f5;
}