Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #6a7fdc;
}
.perrywinkle {
color: #9491de;
}
.spring-wisteria {
color: #d5a3e0;
}
.soft-cashmere {
color: #f1b1d5;
}
.splash-of-grenadine {
color: #ff85e2;
}
/* CSS Variables */
:root {
--tanzine:#6a7fdc;
--perrywinkle:#9491de;
--spring-wisteria:#d5a3e0;
--soft-cashmere:#f1b1d5;
--splash-of-grenadine:#ff85e2;
}