All Palettes

Color Palette #ffe59e, #ffd89e, #ffc17a, #ffb65c, #ffa13d

0%
0%
0%

CSS code for this palette

/* CSS */
.hello-yellow {
color: #ffe59e;
}
.august-morning {
color: #ffd89e;
}
.zing {
color: #ffc17a;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.hawaiian-passion {
color: #ffa13d;
}

/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--august-morning:#ffd89e;
--zing:#ffc17a;
--peanut-butter-chicken:#ffb65c;
--hawaiian-passion:#ffa13d;
}

More palettes to explore