Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #e9b9d0;
}
.sweet-perfume {
color: #d69ebe;
}
.daphne-rose {
color: #c87eaf;
}
.spring-crocus {
color: #b6639e;
}
.grape-riot {
color: #9c4488;
}
/* CSS Variables */
:root {
--sweet-lilac:#e9b9d0;
--sweet-perfume:#d69ebe;
--daphne-rose:#c87eaf;
--spring-crocus:#b6639e;
--grape-riot:#9c4488;
}