All Palettes

Color Palette #3b8fab, #5eb9c9, #8ed3e1, #f0e19e, #f5b4a3

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-moon {
color: #3b8fab;
}
.faded-jeans {
color: #5eb9c9;
}
.plunging-waterfall {
color: #8ed3e1;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.first-date {
color: #f5b4a3;
}

/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--faded-jeans:#5eb9c9;
--plunging-waterfall:#8ed3e1;
--bells-and-whistles-gold:#f0e19e;
--first-date:#f5b4a3;
}

More palettes to explore