Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7cc;
}
.desire-pink {
color: #f1c6d2;
}
.sweet-lilac {
color: #e6b7d0;
}
.exotic-violet {
color: #e0a3d3;
}
.bright-ube {
color: #d4a1e2;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7cc;
--desire-pink:#f1c6d2;
--sweet-lilac:#e6b7d0;
--exotic-violet:#e0a3d3;
--bright-ube:#d4a1e2;
}