Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #f7c0d8;
}
.prism-pink {
color: #f2a1c5;
}
.real-raspberry {
color: #e2799f;
}
.i-pink-i-can {
color: #d1808c;
}
.kir-royale-rose {
color: #b75c74;
}
/* CSS Variables */
:root {
--flamingo-feather:#f7c0d8;
--prism-pink:#f2a1c5;
--real-raspberry:#e2799f;
--i-pink-i-can:#d1808c;
--kir-royale-rose:#b75c74;
}