Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a25d90;
}
.moonlit-mauve {
color: #d189b3;
}
.sweetheart {
color: #f2c5d8;
}
.springtime {
color: #e7e2b1;
}
.pine-brook {
color: #5c756b;
}
/* CSS Variables */
:root {
--thimble-red:#a25d90;
--moonlit-mauve:#d189b3;
--sweetheart:#f2c5d8;
--springtime:#e7e2b1;
--pine-brook:#5c756b;
}