Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e8e;
}
.crown-jewels {
color: #9b6bb3;
}
.favorite-lavender {
color: #d2a4d6;
}
.rosy-nectar {
color: #f0c1df;
}
.soft-lavender {
color: #f8e2f6;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e8e;
--crown-jewels:#9b6bb3;
--favorite-lavender:#d2a4d6;
--rosy-nectar:#f0c1df;
--soft-lavender:#f8e2f6;
}