All Palettes

Color Palette #1a3e5b, #e6b400, #7c7e7c, #a8491a, #3a5b39

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3e5b;
}
.fat-gold {
color: #e6b400;
}
.iron-grey {
color: #7c7e7c;
}
.island-monkey {
color: #a8491a;
}
.ficus {
color: #3a5b39;
}

/* CSS Variables */
:root {
--capital-blue:#1a3e5b;
--fat-gold:#e6b400;
--iron-grey:#7c7e7c;
--island-monkey:#a8491a;
--ficus:#3a5b39;
}

More palettes to explore