Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f2c5d8;
}
.garden-party {
color: #e3a5b7;
}
.little-bow-pink {
color: #d17a9a;
}
.indian-pink {
color: #b25c7d;
}
.putnam-plum {
color: #8f3d61;
}
/* CSS Variables */
:root {
--sweetheart:#f2c5d8;
--garden-party:#e3a5b7;
--little-bow-pink:#d17a9a;
--indian-pink:#b25c7d;
--putnam-plum:#8f3d61;
}