Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.pink-fit {
color: #f5a8b4;
}
.wonder-lust {
color: #f38c9f;
}
.carmine-rose {
color: #e65c8c;
}
.qermez-red {
color: #d74271;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--pink-fit:#f5a8b4;
--wonder-lust:#f38c9f;
--carmine-rose:#e65c8c;
--qermez-red:#d74271;
}