Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9d1b30;
}
.mandarin-red {
color: #eb4c37;
}
.pressed-rose {
color: #f0a8a3;
}
.fairview-taupe {
color: #d8c5c5;
}
.ebicha-brown {
color: #5b2526;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9d1b30;
--mandarin-red:#eb4c37;
--pressed-rose:#f0a8a3;
--fairview-taupe:#d8c5c5;
--ebicha-brown:#5b2526;
}