Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.fleur-de-lis {
color: #b08fc7;
}
.spring-wisteria {
color: #d1a3e0;
}
.scented-spring {
color: #ecd5f1;
}
.hanami-pink {
color: #f7b1e5;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--fleur-de-lis:#b08fc7;
--spring-wisteria:#d1a3e0;
--scented-spring:#ecd5f1;
--hanami-pink:#f7b1e5;
}