Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #151528;
}
.black-howl {
color: #1e1e2f;
}
.royal-hyacinth {
color: #484b6a;
}
.fairview-taupe {
color: #d8c5c5;
}
.vino-tinto {
color: #4d1429;
}
/* CSS Variables */
:root {
--sambucus:#151528;
--black-howl:#1e1e2f;
--royal-hyacinth:#484b6a;
--fairview-taupe:#d8c5c5;
--vino-tinto:#4d1429;
}