Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d2f;
}
.amphystine {
color: #3e3e5b;
}
.blue-glaze {
color: #59597d;
}
.genevieve {
color: #c1c1e1;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--black-howl:#1d1d2f;
--amphystine:#3e3e5b;
--blue-glaze:#59597d;
--genevieve:#c1c1e1;
--blood-burst:#ff4d4d;
}