Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.shearwater-black {
color: #5a5a6d;
}
.mandrake {
color: #8585a3;
}
.tulip-soft-blue {
color: #c3c3d5;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--shearwater-black:#5a5a6d;
--mandrake:#8585a3;
--tulip-soft-blue:#c3c3d5;
}