Color names in this palette
CSS code for this palette
/* CSS */
.maximum-purple {
color: #7b2d86;
}
.dolomite-red {
color: #c57c9b;
}
.love-at-first-sight {
color: #e7a2b3;
}
.in-the-pink {
color: #f2c5d0;
}
.sweet-nothing {
color: #f9e5e1;
}
/* CSS Variables */
:root {
--maximum-purple:#7b2d86;
--dolomite-red:#c57c9b;
--love-at-first-sight:#e7a2b3;
--in-the-pink:#f2c5d0;
--sweet-nothing:#f9e5e1;
}