Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d2a4df;
}
.rosy-nectar {
color: #f0c1e1;
}
.soft-butter {
color: #f5e2b7;
}
.applesauce {
color: #f7d69c;
}
.flash-in-the-pan {
color: #ff9a75;
}
/* CSS Variables */
:root {
--spring-wisteria:#d2a4df;
--rosy-nectar:#f0c1e1;
--soft-butter:#f5e2b7;
--applesauce:#f7d69c;
--flash-in-the-pan:#ff9a75;
}