All Palettes

Color Palette #ffe59e, #ffd9b8, #ffb19e, #ff6e61, #ff4d3d

0%
0%
0%

CSS code for this palette

/* CSS */
.hello-yellow {
color: #ffe59e;
}
.peach-puff {
color: #ffd9b8;
}
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}

/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--peach-puff:#ffd9b8;
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
}

More palettes to explore