Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-pink {
color: #f26e7d;
}
.pink-fit {
color: #f2a6b1;
}
.in-the-pink {
color: #f2c5d2;
}
.cloud-pink {
color: #f4d1c8;
}
.lily-the-pink {
color: #f6dfe3;
}
/* CSS Variables */
:root {
--strawberry-pink:#f26e7d;
--pink-fit:#f2a6b1;
--in-the-pink:#f2c5d2;
--cloud-pink:#f4d1c8;
--lily-the-pink:#f6dfe3;
}