All Palettes

Color Palette #7a1f2a, #9f3c4d, #d45967, #f3a0a5, #e34a4a

0%
0%
0%

CSS code for this palette

/* CSS */
.biking-red {
color: #7a1f2a;
}
.strawberry-daiquiri {
color: #9f3c4d;
}
.dragon-fruit {
color: #d45967;
}
.plum-blossom {
color: #f3a0a5;
}
.x-marks-the-spot {
color: #e34a4a;
}

/* CSS Variables */
:root {
--biking-red:#7a1f2a;
--strawberry-daiquiri:#9f3c4d;
--dragon-fruit:#d45967;
--plum-blossom:#f3a0a5;
--x-marks-the-spot:#e34a4a;
}

More palettes to explore