Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.spirit-warrior {
color: #d45640;
}
.seraphim-sepia {
color: #dc7c4c;
}
.bergamot-orange {
color: #f2a15a;
}
.lighthouse-glow {
color: #f9d467;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--spirit-warrior:#d45640;
--seraphim-sepia:#dc7c4c;
--bergamot-orange:#f2a15a;
--lighthouse-glow:#f9d467;
}