Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7d0;
}
.pretty-in-pink {
color: #f6c1e4;
}
.light-orchid {
color: #e5a4d4;
}
.pink-begonia {
color: #d9a0be;
}
.purple-kush {
color: #c57bc6;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7d0;
--pretty-in-pink:#f6c1e4;
--light-orchid:#e5a4d4;
--pink-begonia:#d9a0be;
--purple-kush:#c57bc6;
}