Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.bloodletter {
color: #e6734c;
}
.butter-cream {
color: #f1b341;
}
.pancake {
color: #f8d887;
}
.escargot {
color: #fdf1d8;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--bloodletter:#e6734c;
--butter-cream:#f1b341;
--pancake:#f8d887;
--escargot:#fdf1d8;
}