Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.mincemeat {
color: #b96e3c;
}
.sahara-shade {
color: #e5aa5d;
}
.soft-saffron {
color: #fdd47c;
}
.venetian-yellow {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--mincemeat:#b96e3c;
--sahara-shade:#e5aa5d;
--soft-saffron:#fdd47c;
--venetian-yellow:#f7e1a1;
}