Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a35c8b;
}
.heirloom-rose {
color: #d0809e;
}
.think-pink {
color: #e8a1c1;
}
.sweetheart {
color: #f4c3d6;
}
.think-pink {
color: #e5a4c2;
}
/* CSS Variables */
:root {
--thimble-red:#a35c8b;
--heirloom-rose:#d0809e;
--think-pink:#e8a1c1;
--sweetheart:#f4c3d6;
--think-pink:#e5a4c2;
}