Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.amphystine {
color: #3e3e5b;
}
.majestic-purple {
color: #60608a;
}
.gold-dust {
color: #a37e3e;
}
.grenadier {
color: #c74938;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--amphystine:#3e3e5b;
--majestic-purple:#60608a;
--gold-dust:#a37e3e;
--grenadier:#c74938;
}