Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wisteria {
color: #c7a3db;
}
.lobby-lilac {
color: #a57cb6;
}
.aster-violetta {
color: #915b95;
}
.pink-heath {
color: #f2b5e6;
}
.sky-magenta {
color: #d274b3;
}
/* CSS Variables */
:root {
--autumn-wisteria:#c7a3db;
--lobby-lilac:#a57cb6;
--aster-violetta:#915b95;
--pink-heath:#f2b5e6;
--sky-magenta:#d274b3;
}