Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5b8b;
}
.lilac-purple {
color: #a07cc0;
}
.tropical-violet {
color: #d1a4e0;
}
.rosy-nectar {
color: #f3c3e0;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--kimberly:#6b5b8b;
--lilac-purple:#a07cc0;
--tropical-violet:#d1a4e0;
--rosy-nectar:#f3c3e0;
--matt-pink:#ffb3c1;
}