All Palettes

Color Palette #d2a76a, #f5e2b2, #a7c8d3, #3b698c, #6e4f8c

0%
0%
0%

CSS code for this palette

/* CSS */
.campground {
color: #d2a76a;
}
.friendly-yellow {
color: #f5e2b2;
}
.sky-chase {
color: #a7c8d3;
}
.rainy-lake {
color: #3b698c;
}
.magenta-violet {
color: #6e4f8c;
}

/* CSS Variables */
:root {
--campground:#d2a76a;
--friendly-yellow:#f5e2b2;
--sky-chase:#a7c8d3;
--rainy-lake:#3b698c;
--magenta-violet:#6e4f8c;
}

More palettes to explore