Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.toasted-paprika {
color: #a44b2d;
}
.mulberry-thorn {
color: #c3782c;
}
.luxurious {
color: #d4b75e;
}
.rusty-coin {
color: #8d5b30;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--toasted-paprika:#a44b2d;
--mulberry-thorn:#c3782c;
--luxurious:#d4b75e;
--rusty-coin:#8d5b30;
}