All Palettes

Color Palette #1f3a3d, #3b6d6d, #6cae6b, #aeea86, #f3e79b

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.happy-cricket {
color: #6cae6b;
}
.green-day {
color: #aeea86;
}
.first-day-of-summer {
color: #f3e79b;
}

/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--happy-cricket:#6cae6b;
--green-day:#aeea86;
--first-day-of-summer:#f3e79b;
}

More palettes to explore