Color names in this palette
CSS code for this palette
/* CSS */
.carnation {
color: #f87c93;
}
.pink-fit {
color: #f4a4b1;
}
.in-the-pink {
color: #f3c4d3;
}
.think-pink {
color: #e3a1c0;
}
.paris-pink {
color: #d56c8c;
}
/* CSS Variables */
:root {
--carnation:#f87c93;
--pink-fit:#f4a4b1;
--in-the-pink:#f3c4d3;
--think-pink:#e3a1c0;
--paris-pink:#d56c8c;
}