All Palettes

Color Palette #f7c94b, #f5a300, #e06900, #db5000, #e44e8f

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94b;
}
.mad-for-mango {
color: #f5a300;
}
.orange-danger {
color: #e06900;
}
.deep-orange {
color: #db5000;
}
.tutuji-pink {
color: #e44e8f;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--mad-for-mango:#f5a300;
--orange-danger:#e06900;
--deep-orange:#db5000;
--tutuji-pink:#e44e8f;
}

More palettes to explore