Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c7;
}
.princess {
color: #f2a6b3;
}
.poudretteite-pink {
color: #e78d93;
}
.kiss-and-tell {
color: #d46876;
}
.hippie-pink {
color: #a84d5b;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c7;
--princess:#f2a6b3;
--poudretteite-pink:#e78d93;
--kiss-and-tell:#d46876;
--hippie-pink:#a84d5b;
}