All Palettes

Color Palette #cc5500, #db6e00, #f0a800, #f9c85d, #ffe44d

0%
0%
0%

CSS code for this palette

/* CSS */
.burnt-orange {
color: #cc5500;
}
.orange-danger {
color: #db6e00;
}
.welcoming-wasp {
color: #f0a800;
}
.little-sun-dress {
color: #f9c85d;
}
.royal-star {
color: #ffe44d;
}

/* CSS Variables */
:root {
--burnt-orange:#cc5500;
--orange-danger:#db6e00;
--welcoming-wasp:#f0a800;
--little-sun-dress:#f9c85d;
--royal-star:#ffe44d;
}

More palettes to explore