All Palettes

Color Palette #ff8b3d, #ffa94d, #ffe08a, #ffb84d, #ff713d

0%
0%
0%

CSS code for this palette

/* CSS */
.sunset-yellow {
color: #ff8b3d;
}
.pumpkin-vapour {
color: #ffa94d;
}
.yellow-corn {
color: #ffe08a;
}
.floral-leaf {
color: #ffb84d;
}
.carrot {
color: #ff713d;
}

/* CSS Variables */
:root {
--sunset-yellow:#ff8b3d;
--pumpkin-vapour:#ffa94d;
--yellow-corn:#ffe08a;
--floral-leaf:#ffb84d;
--carrot:#ff713d;
}

More palettes to explore