Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.aster-violetta {
color: #8d5f9b;
}
.purple-corallite {
color: #5a4f8c;
}
.tort {
color: #5f8c91;
}
.waterfall {
color: #3cafa3;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--aster-violetta:#8d5f9b;
--purple-corallite:#5a4f8c;
--tort:#5f8c91;
--waterfall:#3cafa3;
}