All Palettes

Color Palette #1c1c1c, #4f4f4f, #a3a3a3, #f0e78e, #f5c47f

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-oak {
color: #4f4f4f;
}
.dark-souls {
color: #a3a3a3;
}
.bright-khaki {
color: #f0e78e;
}
.white-elf {
color: #f5c47f;
}

/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-oak:#4f4f4f;
--dark-souls:#a3a3a3;
--bright-khaki:#f0e78e;
--white-elf:#f5c47f;
}

More palettes to explore