Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.ariel-s-delight {
color: #b4a1d3;
}
.classic-bouquet {
color: #a68bc1;
}
.romantic-morning {
color: #e1b6e2;
}
.in-the-pink {
color: #f3c4cf;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--ariel-s-delight:#b4a1d3;
--classic-bouquet:#a68bc1;
--romantic-morning:#e1b6e2;
--in-the-pink:#f3c4cf;
}