Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #981b2e;
}
.etruscan-red {
color: #c92c3e;
}
.celestial-coral {
color: #d93f4f;
}
.briquette {
color: #e26260;
}
.corralize {
color: #f08c7a;
}
/* CSS Variables */
:root {
--vivid-burgundy:#981b2e;
--etruscan-red:#c92c3e;
--celestial-coral:#d93f4f;
--briquette:#e26260;
--corralize:#f08c7a;
}