All Palettes

Color Palette #d54848, #f1993b, #f1d63b, #a2d84b, #498fd4

0%
0%
0%

CSS code for this palette

/* CSS */
.faded-red {
color: #d54848;
}
.amber-glow {
color: #f1993b;
}
.giallo {
color: #f1d63b;
}
.dynamic-green {
color: #a2d84b;
}
.blue-dart {
color: #498fd4;
}

/* CSS Variables */
:root {
--faded-red:#d54848;
--amber-glow:#f1993b;
--giallo:#f1d63b;
--dynamic-green:#a2d84b;
--blue-dart:#498fd4;
}

More palettes to explore