All Palettes

Color Palette #ff2929, #ff6d29, #ffb429, #29ff29, #29ffb4

0%
0%
0%

CSS code for this palette

/* CSS */
.red-stop {
color: #ff2929;
}
.burning-orange {
color: #ff6d29;
}
.extreme-yellow {
color: #ffb429;
}
.electric-laser-lime {
color: #29ff29;
}
.greenish-cyan {
color: #29ffb4;
}

/* CSS Variables */
:root {
--red-stop:#ff2929;
--burning-orange:#ff6d29;
--extreme-yellow:#ffb429;
--electric-laser-lime:#29ff29;
--greenish-cyan:#29ffb4;
}

More palettes to explore