Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7a3f9d;
}
.crown-jewels {
color: #9a6bb3;
}
.enchanted-lavender {
color: #c1a5d4;
}
.rosy-nectar {
color: #f5c2e0;
}
.porcelain-tan {
color: #f9d8c3;
}
/* CSS Variables */
:root {
--cadmium-violet:#7a3f9d;
--crown-jewels:#9a6bb3;
--enchanted-lavender:#c1a5d4;
--rosy-nectar:#f5c2e0;
--porcelain-tan:#f9d8c3;
}