Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.bricky-brick {
color: #b73a24;
}
.butter-cream {
color: #f1b341;
}
.lime-lizard {
color: #a1d65c;
}
.lush-paradise {
color: #2f7f37;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--bricky-brick:#b73a24;
--butter-cream:#f1b341;
--lime-lizard:#a1d65c;
--lush-paradise:#2f7f37;
}