Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a2b2;
}
.miami-pink {
color: #f5c2d9;
}
.lily-the-pink {
color: #f6dfe3;
}
.tickled-pink {
color: #f4a9c0;
}
.pink-flambe {
color: #d54d7b;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a2b2;
--miami-pink:#f5c2d9;
--lily-the-pink:#f6dfe3;
--tickled-pink:#f4a9c0;
--pink-flambe:#d54d7b;
}