Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.spinel-stone-black {
color: #2a2a3c;
}
.scarlet-gum {
color: #4c2e56;
}
.her-fierceness {
color: #770e3d;
}
.socialist {
color: #8d1c1c;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--spinel-stone-black:#2a2a3c;
--scarlet-gum:#4c2e56;
--her-fierceness:#770e3d;
--socialist:#8d1c1c;
}