Color names in this palette
CSS code for this palette
/* CSS */
.velvet-cosmos {
color: #3d0f3e;
}
.bordeaux-red {
color: #6f2a4e;
}
.cosmetic-red {
color: #a45b7c;
}
.pink-pussycat {
color: #d9a0a1;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--velvet-cosmos:#3d0f3e;
--bordeaux-red:#6f2a4e;
--cosmetic-red:#a45b7c;
--pink-pussycat:#d9a0a1;
--sweetheart:#f4c3d6;
}