Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #794c9a;
}
.soft-purple {
color: #a76bbd;
}
.bright-ube {
color: #d4a1e2;
}
.in-the-pink {
color: #f4c3d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--parfait-d-amour:#794c9a;
--soft-purple:#a76bbd;
--bright-ube:#d4a1e2;
--in-the-pink:#f4c3d2;
--grapefruit-pulp:#ff6e61;
}