All Palettes

Color Palette #000000, #7d8b8c, #a6b1b5, #f5f5f5, #f1c84b

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.seastone {
color: #7d8b8c;
}
.stardew {
color: #a6b1b5;
}
.white-smoke {
color: #f5f5f5;
}
.solar-plexus-chakra {
color: #f1c84b;
}

/* CSS Variables */
:root {
--black:#000000;
--seastone:#7d8b8c;
--stardew:#a6b1b5;
--white-smoke:#f5f5f5;
--solar-plexus-chakra:#f1c84b;
}

More palettes to explore