All Palettes

Color Palette #1f3a3d, #496b6e, #80b1b3, #bae1e3, #f1f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1f3a3d;
}
.mythic-forest {
color: #496b6e;
}
.cold-front-green {
color: #80b1b3;
}
.basin-blue {
color: #bae1e3;
}
.distant-horizon {
color: #f1f9f9;
}

/* CSS Variables */
:root {
--nordic:#1f3a3d;
--mythic-forest:#496b6e;
--cold-front-green:#80b1b3;
--basin-blue:#bae1e3;
--distant-horizon:#f1f9f9;
}

More palettes to explore