All Palettes

Color Palette #1f3a3d, #4a6a6d, #80b1b3, #b2e1e0, #ffcc00

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1f3a3d;
}
.mythic-forest {
color: #4a6a6d;
}
.cold-front-green {
color: #80b1b3;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.usc-gold {
color: #ffcc00;
}

/* CSS Variables */
:root {
--nordic:#1f3a3d;
--mythic-forest:#4a6a6d;
--cold-front-green:#80b1b3;
--frosty-soft-blue:#b2e1e0;
--usc-gold:#ffcc00;
}

More palettes to explore