Color names in this palette
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;
}