All Palettes

Color Palette #ff5d38, #ffa600, #ffcb3d, #a3d55d, #3ebb8c

0%
0%
0%

CSS code for this palette

/* CSS */
.toxic-orange {
color: #ff5d38;
}
.cheese {
color: #ffa600;
}
.yellow-jacket {
color: #ffcb3d;
}
.lime-lizard {
color: #a3d55d;
}
.mint {
color: #3ebb8c;
}

/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--cheese:#ffa600;
--yellow-jacket:#ffcb3d;
--lime-lizard:#a3d55d;
--mint:#3ebb8c;
}

More palettes to explore