All Palettes

Color Palette #3b80a0, #5cb0b7, #8bd5d5, #f3e39b, #f8a5a0

0%
0%
0%

CSS code for this palette

/* CSS */
.dirty-blue {
color: #3b80a0;
}
.ocean-trip {
color: #5cb0b7;
}
.island-oasis {
color: #8bd5d5;
}
.buttery-croissant {
color: #f3e39b;
}
.candlelight-peach {
color: #f8a5a0;
}

/* CSS Variables */
:root {
--dirty-blue:#3b80a0;
--ocean-trip:#5cb0b7;
--island-oasis:#8bd5d5;
--buttery-croissant:#f3e39b;
--candlelight-peach:#f8a5a0;
}

More palettes to explore