All Palettes

Color Palette #ff3d3d, #ffcb3d, #3dff3d, #3dffff, #ff3dff

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.alien-parasite {
color: #3dff3d;
}
.bright-cyan {
color: #3dffff;
}
.dried-magenta {
color: #ff3dff;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--yellow-jacket:#ffcb3d;
--alien-parasite:#3dff3d;
--bright-cyan:#3dffff;
--dried-magenta:#ff3dff;
}

More palettes to explore