Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #6b1e2b;
}
.kissed-by-a-zombies {
color: #b05463;
}
.iced-vovo {
color: #dba3b4;
}
.my-fair-lady {
color: #f4c4c3;
}
.rose-frost {
color: #ffedeb;
}
/* CSS Variables */
:root {
--velvet-outbreak:#6b1e2b;
--kissed-by-a-zombies:#b05463;
--iced-vovo:#dba3b4;
--my-fair-lady:#f4c4c3;
--rose-frost:#ffedeb;
}