Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f1c1d4;
}
.pink-chalk {
color: #f4a4bf;
}
.unripe-strawberry {
color: #f78da9;
}
.flower-blossom-pink {
color: #f67e8a;
}
.highlighter-pink {
color: #f05c7c;
}
/* CSS Variables */
:root {
--parrot-tulip:#f1c1d4;
--pink-chalk:#f4a4bf;
--unripe-strawberry:#f78da9;
--flower-blossom-pink:#f67e8a;
--highlighter-pink:#f05c7c;
}