Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b0;
}
.in-the-pink {
color: #f4c8d0;
}
.blush-tint {
color: #f5e0e6;
}
.pale-egg {
color: #ffe7d1;
}
.young-salmon {
color: #ffb3b5;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b0;
--in-the-pink:#f4c8d0;
--blush-tint:#f5e0e6;
--pale-egg:#ffe7d1;
--young-salmon:#ffb3b5;
}