All Palettes

Color Palette #1e3c3e, #4f7b7d, #87baba, #b4e4e0, #eff5f5

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1e3c3e;
}
.nickel-ore-green {
color: #4f7b7d;
}
.vintage-blue {
color: #87baba;
}
.fine-blue {
color: #b4e4e0;
}
.bakery-box {
color: #eff5f5;
}

/* CSS Variables */
:root {
--nordic:#1e3c3e;
--nickel-ore-green:#4f7b7d;
--vintage-blue:#87baba;
--fine-blue:#b4e4e0;
--bakery-box:#eff5f5;
}

More palettes to explore