All Palettes

Color Palette #d93f3a, #f0a400, #f1d579, #a0d9d4, #5d9bd5

0%
0%
0%

CSS code for this palette

/* CSS */
.dangerously-red {
color: #d93f3a;
}
.lemon-dream {
color: #f0a400;
}
.sport-yellow {
color: #f1d579;
}
.blue-tint {
color: #a0d9d4;
}
.blue-bay {
color: #5d9bd5;
}

/* CSS Variables */
:root {
--dangerously-red:#d93f3a;
--lemon-dream:#f0a400;
--sport-yellow:#f1d579;
--blue-tint:#a0d9d4;
--blue-bay:#5d9bd5;
}

More palettes to explore