Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b2c;
}
.pompeian-red {
color: #a62b37;
}
.berrylicious {
color: #d6616f;
}
.rose-mallow {
color: #f3a5c4;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b2c;
--pompeian-red:#a62b37;
--berrylicious:#d6616f;
--rose-mallow:#f3a5c4;
--white:#ffffff;
}