All Palettes

Color Palette #1f1f1f, #595959, #a3a3a3, #d6d600, #ffcc00

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.shadow-mountain {
color: #595959;
}
.dark-souls {
color: #a3a3a3;
}
.chartreuse-shot {
color: #d6d600;
}
.usc-gold {
color: #ffcc00;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadow-mountain:#595959;
--dark-souls:#a3a3a3;
--chartreuse-shot:#d6d600;
--usc-gold:#ffcc00;
}

More palettes to explore