All Palettes

Color Palette #ffffff, #000000, #d9cba0, #4a8c6b, #3a593a

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.black {
color: #000000;
}
.ground-ginger {
color: #d9cba0;
}
.herb-blend {
color: #4a8c6b;
}
.ficus {
color: #3a593a;
}

/* CSS Variables */
:root {
--white:#ffffff;
--black:#000000;
--ground-ginger:#d9cba0;
--herb-blend:#4a8c6b;
--ficus:#3a593a;
}

More palettes to explore