Color names in this palette
CSS code for this palette
/* CSS */
.pompadour {
color: #691b3d;
}
.vampirella {
color: #9d2a4e;
}
.tandoori-red {
color: #d05364;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--pompadour:#691b3d;
--vampirella:#9d2a4e;
--tandoori-red:#d05364;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}