Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #6b1f2d;
}
.black-pudding {
color: #a84d58;
}
.meat {
color: #ef7b7f;
}
.antique-cameo {
color: #f1b8a2;
}
.vanilla-delight {
color: #f5e8d6;
}
/* CSS Variables */
:root {
--velvet-outbreak:#6b1f2d;
--black-pudding:#a84d58;
--meat:#ef7b7f;
--antique-cameo:#f1b8a2;
--vanilla-delight:#f5e8d6;
}