Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.iridescent-red {
color: #c94a5b;
}
.shanghai-peach {
color: #d59a8b;
}
.dreamy-memory {
color: #e7c5da;
}
.exotic-flowers {
color: #803c51;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--iridescent-red:#c94a5b;
--shanghai-peach:#d59a8b;
--dreamy-memory:#e7c5da;
--exotic-flowers:#803c51;
}