Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b2c;
}
.velvet-cake {
color: #9c2b3a;
}
.horror-snob {
color: #d35050;
}
.poppy-petal {
color: #f69e88;
}
.french-bustle {
color: #f2d5d4;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b2c;
--velvet-cake:#9c2b3a;
--horror-snob:#d35050;
--poppy-petal:#f69e88;
--french-bustle:#f2d5d4;
}