Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c9d8;
}
.foxflower-viola {
color: #a2a9c8;
}
.viola-grey {
color: #8e6a9a;
}
.satin-flower {
color: #b68dbf;
}
.cupid {
color: #f5b2c4;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c9d8;
--foxflower-viola:#a2a9c8;
--viola-grey:#8e6a9a;
--satin-flower:#b68dbf;
--cupid:#f5b2c4;
}