All Palettes

Color Palette #ffdb3d, #ff9900, #ff5e00, #ff2f00, #c70000

0%
0%
0%

CSS code for this palette

/* CSS */
.dandelion-yellow {
color: #ffdb3d;
}
.vitamin-c {
color: #ff9900;
}
.vivid-orange {
color: #ff5e00;
}
.boiling-magma {
color: #ff2f00;
}
.communist {
color: #c70000;
}

/* CSS Variables */
:root {
--dandelion-yellow:#ffdb3d;
--vitamin-c:#ff9900;
--vivid-orange:#ff5e00;
--boiling-magma:#ff2f00;
--communist:#c70000;
}

More palettes to explore