Color names in this palette
CSS code for this palette
/* CSS */
.what-we-do-in-the-shadows {
color: #4d0a2b;
}
.vampirella {
color: #9d2a4e;
}
.qermez-red {
color: #d13d6e;
}
.lightning-yellow {
color: #f2a32c;
}
.wickerware {
color: #fce4b0;
}
/* CSS Variables */
:root {
--what-we-do-in-the-shadows:#4d0a2b;
--vampirella:#9d2a4e;
--qermez-red:#d13d6e;
--lightning-yellow:#f2a32c;
--wickerware:#fce4b0;
}