Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d5a3e0;
}
.sweet-lilac {
color: #e9b9d0;
}
.sport-yellow {
color: #f2d578;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--spring-wisteria:#d5a3e0;
--sweet-lilac:#e9b9d0;
--sport-yellow:#f2d578;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}