All Palettes

Color Palette #5abbf6, #f9c56c, #f69e31, #d25656, #6a2d8f

0%
0%
0%

CSS code for this palette

/* CSS */
.hello-summer {
color: #5abbf6;
}
.sundance {
color: #f9c56c;
}
.lightning-yellow {
color: #f69e31;
}
.spiced-coral {
color: #d25656;
}
.true-purple {
color: #6a2d8f;
}

/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--sundance:#f9c56c;
--lightning-yellow:#f69e31;
--spiced-coral:#d25656;
--true-purple:#6a2d8f;
}

More palettes to explore