Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.odyssey-grey {
color: #4b4b5d;
}
.silver-surfer {
color: #7b7b8a;
}
.mulberry-bush {
color: #b06d9d;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--odyssey-grey:#4b4b5d;
--silver-surfer:#7b7b8a;
--mulberry-bush:#b06d9d;
--vampire-red:#d63f2e;
}