Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.venetian-yellow {
color: #f8e3a0;
}
.pink-heath {
color: #f2bae1;
}
.girl-power {
color: #d69ad0;
}
.pale-purple {
color: #b690d0;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--venetian-yellow:#f8e3a0;
--pink-heath:#f2bae1;
--girl-power:#d69ad0;
--pale-purple:#b690d0;
}