Color names in this palette
CSS code for this palette
/* CSS */
.rosy-pink {
color: #f3688b;
}
.pink-fit {
color: #f7a6b2;
}
.palace-rose {
color: #f8c9d5;
}
.in-the-slip {
color: #e5c2d2;
}
.middle-safflower {
color: #c84c77;
}
/* CSS Variables */
:root {
--rosy-pink:#f3688b;
--pink-fit:#f7a6b2;
--palace-rose:#f8c9d5;
--in-the-slip:#e5c2d2;
--middle-safflower:#c84c77;
}