All Palettes

Color Palette #ff9900, #ff4d00, #ff0080, #a600ff, #007fff

0%
0%
0%

CSS code for this palette

/* CSS */
.vitamin-c {
color: #ff9900;
}
.phaser-beam {
color: #ff4d00;
}
.neon-rose {
color: #ff0080;
}
.digital-violets {
color: #a600ff;
}
.azure {
color: #007fff;
}

/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--phaser-beam:#ff4d00;
--neon-rose:#ff0080;
--digital-violets:#a600ff;
--azure:#007fff;
}

More palettes to explore