All Palettes

Color Palette #bb3e3e, #e88d2c, #f2d55f, #a7caa0, #2b5c7d

0%
0%
0%

CSS code for this palette

/* CSS */
.dull-red {
color: #bb3e3e;
}
.carnival {
color: #e88d2c;
}
.salmon-eggs {
color: #f2d55f;
}
.limestoned {
color: #a7caa0;
}
.nautical-creatures {
color: #2b5c7d;
}

/* CSS Variables */
:root {
--dull-red:#bb3e3e;
--carnival:#e88d2c;
--salmon-eggs:#f2d55f;
--limestoned:#a7caa0;
--nautical-creatures:#2b5c7d;
}

More palettes to explore