Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #aa7ecd;
}
.enchanted-lavender {
color: #c19fdf;
}
.rosecco {
color: #eab8e4;
}
.carnation-bouquet {
color: #f6c1d2;
}
.rogue-pink {
color: #f99fc3;
}
/* CSS Variables */
:root {
--wisteria:#aa7ecd;
--enchanted-lavender:#c19fdf;
--rosecco:#eab8e4;
--carnation-bouquet:#f6c1d2;
--rogue-pink:#f99fc3;
}