Color names in this palette
CSS code for this palette
/* CSS */
.astilbe {
color: #f08fa7;
}
.pressed-flower {
color: #d78ebc;
}
.je-t-aime {
color: #b76c99;
}
.thimble-red {
color: #a15e8b;
}
.grapes-of-italy {
color: #6f4d8f;
}
/* CSS Variables */
:root {
--astilbe:#f08fa7;
--pressed-flower:#d78ebc;
--je-t-aime:#b76c99;
--thimble-red:#a15e8b;
--grapes-of-italy:#6f4d8f;
}