Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a1c9a5;
}
.salmon-eggs {
color: #f4d35d;
}
.honey-wax {
color: #f9a824;
}
.durotar-fire {
color: #f15a27;
}
.etruscan-red {
color: #c92c3c;
}
/* CSS Variables */
:root {
--french-market:#a1c9a5;
--salmon-eggs:#f4d35d;
--honey-wax:#f9a824;
--durotar-fire:#f15a27;
--etruscan-red:#c92c3c;
}