Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d6;
}
.laelia-pink {
color: #f6c6e1;
}
.soft-lavender {
color: #f7e3f3;
}
.iced-aqua {
color: #a5d8d9;
}
.peppy-peacock {
color: #4fc9b9;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d6;
--laelia-pink:#f6c6e1;
--soft-lavender:#f7e3f3;
--iced-aqua:#a5d8d9;
--peppy-peacock:#4fc9b9;
}