All Palettes

Color Palette #ffd900, #3b5897, #005fb8, #f5f5f5, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.soviet-gold {
color: #ffd900;
}
.muted-lavender {
color: #3b5897;
}
.sapphire-blue {
color: #005fb8;
}
.white-smoke {
color: #f5f5f5;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--muted-lavender:#3b5897;
--sapphire-blue:#005fb8;
--white-smoke:#f5f5f5;
--black:#000000;
}

More palettes to explore