Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.deep-water {
color: #2b6f9c;
}
.wiener-schnitzel {
color: #f09c00;
}
.lacy-mist {
color: #a67d91;
}
.fish-ceviche {
color: #e2e1d5;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--deep-water:#2b6f9c;
--wiener-schnitzel:#f09c00;
--lacy-mist:#a67d91;
--fish-ceviche:#e2e1d5;
}