All Palettes

Color Palette #a1d6d9, #f5b261, #f38a39, #e86e5e, #6b4f8c

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-tint {
color: #a1d6d9;
}
.stirring-orange {
color: #f5b261;
}
.hot-orange {
color: #f38a39;
}
.orangeville {
color: #e86e5e;
}
.magenta-violet {
color: #6b4f8c;
}

/* CSS Variables */
:root {
--blue-tint:#a1d6d9;
--stirring-orange:#f5b261;
--hot-orange:#f38a39;
--orangeville:#e86e5e;
--magenta-violet:#6b4f8c;
}

More palettes to explore