Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a4709d;
}
.pretty-petunia {
color: #d5b3e0;
}
.shark-bait {
color: #e95d9a;
}
.amber-yellow {
color: #f8b659;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--violet-femmes:#a4709d;
--pretty-petunia:#d5b3e0;
--shark-bait:#e95d9a;
--amber-yellow:#f8b659;
--durotar-fire:#f05a28;
}