Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1f2e;
}
.intellectual {
color: #3d404d;
}
.blue-linen {
color: #595c69;
}
.cotton-flannel {
color: #8f91a3;
}
.filtered-light {
color: #b1b3c3;
}
/* CSS Variables */
:root {
--black-howl:#1e1f2e;
--intellectual:#3d404d;
--blue-linen:#595c69;
--cotton-flannel:#8f91a3;
--filtered-light:#b1b3c3;
}