Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b2b;
}
.velvet-cake {
color: #9d2a3d;
}
.lipstick-illusion {
color: #d26a6f;
}
.light-red {
color: #ff8080;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b2b;
--velvet-cake:#9d2a3d;
--lipstick-illusion:#d26a6f;
--light-red:#ff8080;
--blood-burst:#ff4d4d;
}