All Palettes

Color Palette #000000, #a87e00, #d6ba00, #f3e849, #ffd900

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.brown-butter {
color: #a87e00;
}
.groovy-lemon-pie {
color: #d6ba00;
}
.yellow-petal {
color: #f3e849;
}
.soviet-gold {
color: #ffd900;
}

/* CSS Variables */
:root {
--black:#000000;
--brown-butter:#a87e00;
--groovy-lemon-pie:#d6ba00;
--yellow-petal:#f3e849;
--soviet-gold:#ffd900;
}

More palettes to explore