All Palettes

Color Palette #1f1f1f, #ff6d1f, #ff9d00, #ffd60a, #ffec3d

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.shocking-orange {
color: #ff6d1f;
}
.mandarin-peel {
color: #ff9d00;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.hollandaise {
color: #ffec3d;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shocking-orange:#ff6d1f;
--mandarin-peel:#ff9d00;
--egg-yolk-sunrise:#ffd60a;
--hollandaise:#ffec3d;
}

More palettes to explore