Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
.toasted-paprika {
color: #a44b2d;
}
.biking-red {
color: #7a1f2b;
}
.maroon-oak {
color: #500c1e;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
--toasted-paprika:#a44b2d;
--biking-red:#7a1f2b;
--maroon-oak:#500c1e;
}