All Palettes

Color Palette #5b6d7b, #9fc6c4, #f2e5b5, #f6b83c, #e86a4a

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-mirage {
color: #5b6d7b;
}
.raindrop {
color: #9fc6c4;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.squash-blossom {
color: #f6b83c;
}
.coral-orange {
color: #e86a4a;
}

/* CSS Variables */
:root {
--blue-mirage:#5b6d7b;
--raindrop:#9fc6c4;
--bad-moon-yellow:#f2e5b5;
--squash-blossom:#f6b83c;
--coral-orange:#e86a4a;
}

More palettes to explore