Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.opal-flame {
color: #e45d4e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.shrimp-toast {
color: #f6c4a2;
}
.antique-ivory {
color: #f9ead2;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--opal-flame:#e45d4e;
--apricot-glazed-chicken:#f5a524;
--shrimp-toast:#f6c4a2;
--antique-ivory:#f9ead2;
}