Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.wisteria {
color: #a67fc3;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poppy-flower {
color: #f05c00;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--wisteria:#a67fc3;
--welcoming-wasp:#f0a800;
--grapefruit-pulp:#ff6e61;
--poppy-flower:#f05c00;
}