Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5b9f;
}
.english-lavender {
color: #9d7cb1;
}
.dechala-lilac {
color: #b59cce;
}
.spring-wisteria {
color: #d2a3e0;
}
.dream-land {
color: #f0b2e4;
}
/* CSS Variables */
:root {
--jubilee:#7b5b9f;
--english-lavender:#9d7cb1;
--dechala-lilac:#b59cce;
--spring-wisteria:#d2a3e0;
--dream-land:#f0b2e4;
}