All Palettes

Color Palette #1d688b, #4f8e9c, #80c2b2, #f1e79d, #f9c54e

0%
0%
0%

CSS code for this palette

/* CSS */
.traditional-blue {
color: #1d688b;
}
.blue-square {
color: #4f8e9c;
}
.holiday {
color: #80c2b2;
}
.first-day-of-summer {
color: #f1e79d;
}
.creamy-sweet-corn {
color: #f9c54e;
}

/* CSS Variables */
:root {
--traditional-blue:#1d688b;
--blue-square:#4f8e9c;
--holiday:#80c2b2;
--first-day-of-summer:#f1e79d;
--creamy-sweet-corn:#f9c54e;
}

More palettes to explore