Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #f7c0d8;
}
.pink-fit {
color: #f2a6b1;
}
.peony {
color: #e78d9e;
}
.i-pink-i-can {
color: #d67a8a;
}
.cherry-pink {
color: #c75c7e;
}
/* CSS Variables */
:root {
--flamingo-feather:#f7c0d8;
--pink-fit:#f2a6b1;
--peony:#e78d9e;
--i-pink-i-can:#d67a8a;
--cherry-pink:#c75c7e;
}