All Palettes

Color Palette #ff6e61, #ff9a6b, #ffb380, #ffcc8a, #ffe59e

0%
0%
0%

CSS code for this palette

/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.peach {
color: #ffb380;
}
.bastard-amber {
color: #ffcc8a;
}
.hello-yellow {
color: #ffe59e;
}

/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--peach:#ffb380;
--bastard-amber:#ffcc8a;
--hello-yellow:#ffe59e;
}

More palettes to explore