All Palettes

Color Palette #ffffff, #b65d5d, #803c3c, #ffb67a, #502b2b

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.energy-peak {
color: #b65d5d;
}
.zangief-s-chest {
color: #803c3c;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.heath {
color: #502b2b;
}

/* CSS Variables */
:root {
--white:#ffffff;
--energy-peak:#b65d5d;
--zangief-s-chest:#803c3c;
--macaroni-and-cheese:#ffb67a;
--heath:#502b2b;
}

More palettes to explore