Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d0;
}
.flamingo-feather {
color: #f9bed6;
}
.rogue-pink {
color: #f4a4c1;
}
.watermelon-juice {
color: #f25f88;
}
.qermez-red {
color: #d63d70;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d0;
--flamingo-feather:#f9bed6;
--rogue-pink:#f4a4c1;
--watermelon-juice:#f25f88;
--qermez-red:#d63d70;
}