Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f2c5d8;
}
.partytime {
color: #e5a9c9;
}
.high-maintenance {
color: #d88db3;
}
.little-bow-pink {
color: #d17a99;
}
.silk-ribbon {
color: #c86a8c;
}
/* CSS Variables */
:root {
--sweetheart:#f2c5d8;
--partytime:#e5a9c9;
--high-maintenance:#d88db3;
--little-bow-pink:#d17a99;
--silk-ribbon:#c86a8c;
}