All Palettes

Color Palette #f6c84c, #f99f3e, #f95c39, #d85f41, #b54f6e

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f6c84c;
}
.chat-orange {
color: #f99f3e;
}
.orange-soda {
color: #f95c39;
}
.fireglow {
color: #d85f41;
}
.tulip-red {
color: #b54f6e;
}

/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--chat-orange:#f99f3e;
--orange-soda:#f95c39;
--fireglow:#d85f41;
--tulip-red:#b54f6e;
}

More palettes to explore