Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d3a3e0;
}
.lilac-purple {
color: #9e82c4;
}
.butterfly-bush {
color: #6a5a8c;
}
.beaded-blue {
color: #4b4c8b;
}
.gloomy-blue {
color: #3d406c;
}
/* CSS Variables */
:root {
--spring-wisteria:#d3a3e0;
--lilac-purple:#9e82c4;
--butterfly-bush:#6a5a8c;
--beaded-blue:#4b4c8b;
--gloomy-blue:#3d406c;
}