Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-lavender {
color: #e9ccff;
}
.vic-20-pink {
color: #e79cf2;
}
.garden-glory {
color: #ffc2d0;
}
.creamy-apricot {
color: #ffeabd;
}
.clematis-magenta {
color: #de4fe8;
}
/* CSS Variables */
:root {
--sparkling-lavender:#e9ccff;
--vic-20-pink:#e79cf2;
--garden-glory:#ffc2d0;
--creamy-apricot:#ffeabd;
--clematis-magenta:#de4fe8;
}