Color names in this palette
CSS code for this palette
/* CSS */
.mauve {
color: #e0b3ff;
}
.herb-robert {
color: #d69fe0;
}
.rock-star-pink {
color: #c78fb9;
}
.french-lilac {
color: #e0b3d6;
}
.waddles-pink {
color: #f1a7d0;
}
/* CSS Variables */
:root {
--mauve:#e0b3ff;
--herb-robert:#d69fe0;
--rock-star-pink:#c78fb9;
--french-lilac:#e0b3d6;
--waddles-pink:#f1a7d0;
}