All Palettes

Color Palette #5abbf6, #a2d94a, #f0b000, #f08c00, #e6582d

0%
0%
0%

CSS code for this palette

/* CSS */
.hello-summer {
color: #5abbf6;
}
.dynamic-green {
color: #a2d94a;
}
.american-yellow {
color: #f0b000;
}
.saffron-gold {
color: #f08c00;
}
.sunset-blaze {
color: #e6582d;
}

/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--dynamic-green:#a2d94a;
--american-yellow:#f0b000;
--saffron-gold:#f08c00;
--sunset-blaze:#e6582d;
}

More palettes to explore