Color names in this palette
CSS code for this palette
/* CSS */
.purple-zergling {
color: #a14f88;
}
.fuchsia-kiss {
color: #c16c9b;
}
.acadia-bloom {
color: #e6b7c1;
}
.anise-flower {
color: #f3e2b4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--purple-zergling:#a14f88;
--fuchsia-kiss:#c16c9b;
--acadia-bloom:#e6b7c1;
--anise-flower:#f3e2b4;
--welcoming-wasp:#f0a800;
}