All Palettes

Color Palette #1e3a3e, #3b5954, #69b5a3, #a1e3d8, #f9f19f

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1e3a3e;
}
.iridescent {
color: #3b5954;
}
.tropic-turquoise {
color: #69b5a3;
}
.sea-glass-teal {
color: #a1e3d8;
}
.yippie-ya-yellow {
color: #f9f19f;
}

/* CSS Variables */
:root {
--nordic:#1e3a3e;
--iridescent:#3b5954;
--tropic-turquoise:#69b5a3;
--sea-glass-teal:#a1e3d8;
--yippie-ya-yellow:#f9f19f;
}

More palettes to explore