Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.milk-chocolate {
color: #7b501e;
}
.super-gold {
color: #a4871e;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--milk-chocolate:#7b501e;
--super-gold:#a4871e;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}