Color names in this palette
CSS code for this palette
/* CSS */
.phantom-hue {
color: #635f60;
}
.cover-of-night {
color: #4a4f4f;
}
.tamahagane {
color: #3b3f3f;
}
.conch {
color: #a0b1af;
}
.winter-garden {
color: #c4d4d3;
}
/* CSS Variables */
:root {
--phantom-hue:#635f60;
--cover-of-night:#4a4f4f;
--tamahagane:#3b3f3f;
--conch:#a0b1af;
--winter-garden:#c4d4d3;
}