Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.butter-cream {
color: #f1b341;
}
.white-corn {
color: #f1d298;
}
.bluebird-feather {
color: #6ca0b2;
}
.plum-skin {
color: #4e2c4e;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--butter-cream:#f1b341;
--white-corn:#f1d298;
--bluebird-feather:#6ca0b2;
--plum-skin:#4e2c4e;
}