Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d0;
}
.berry-popsicle {
color: #d7a2d0;
}
.crown-jewels {
color: #9a6bb3;
}
.parfait-d-amour {
color: #6b4c94;
}
.spanish-violet {
color: #4e2985;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d0;
--berry-popsicle:#d7a2d0;
--crown-jewels:#9a6bb3;
--parfait-d-amour:#6b4c94;
--spanish-violet:#4e2985;
}