Color names in this palette
CSS code for this palette
/* CSS */
.power-outage {
color: #3a1f47;
}
.imperial {
color: #5a2b6e;
}
.aster-violetta {
color: #905b9f;
}
.lavender-blossom {
color: #b783d2;
}
.candy-dreams {
color: #e6b5f2;
}
/* CSS Variables */
:root {
--power-outage:#3a1f47;
--imperial:#5a2b6e;
--aster-violetta:#905b9f;
--lavender-blossom:#b783d2;
--candy-dreams:#e6b5f2;
}