Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f4c3cf;
}
.pink-fit {
color: #f6a7b0;
}
.strawberry-shortcake {
color: #f88b9a;
}
.rosy-pink {
color: #f8688c;
}
.ripe-malinka {
color: #f2506d;
}
/* CSS Variables */
:root {
--in-the-pink:#f4c3cf;
--pink-fit:#f6a7b0;
--strawberry-shortcake:#f88b9a;
--rosy-pink:#f8688c;
--ripe-malinka:#f2506d;
}