All Palettes

Color Palette #ff3d3d, #ff8b3d, #ffdb3d, #8bff3d, #3dffb8

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.lush-greenery {
color: #8bff3d;
}
.greenish-cyan {
color: #3dffb8;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--sunset-yellow:#ff8b3d;
--dandelion-yellow:#ffdb3d;
--lush-greenery:#8bff3d;
--greenish-cyan:#3dffb8;
}

More palettes to explore