All Palettes

Color Palette #8d1c56, #d83b68, #f79c3b, #f8e3b4, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.violettuce {
color: #8d1c56;
}
.raspberry-sorbet {
color: #d83b68;
}
.chat-orange {
color: #f79c3b;
}
.noodles {
color: #f8e3b4;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--violettuce:#8d1c56;
--raspberry-sorbet:#d83b68;
--chat-orange:#f79c3b;
--noodles:#f8e3b4;
--black:#000000;
}

More palettes to explore