All Palettes

Color Palette #ffe59e, #ffd399, #ffc17a, #ffb05c, #ffa13d

0%
0%
0%

CSS code for this palette

/* CSS */
.hello-yellow {
color: #ffe59e;
}
.whipped-apricot {
color: #ffd399;
}
.zing {
color: #ffc17a;
}
.vintage-orange {
color: #ffb05c;
}
.hawaiian-passion {
color: #ffa13d;
}

/* CSS Variables */
:root {
--hello-yellow:#ffe59e;
--whipped-apricot:#ffd399;
--zing:#ffc17a;
--vintage-orange:#ffb05c;
--hawaiian-passion:#ffa13d;
}

More palettes to explore