All Palettes

Color Palette #ff7b00, #ffb84d, #ffeb99, #ccffcc, #99ccff

0%
0%
0%

CSS code for this palette

/* CSS */
.heat-wave {
color: #ff7b00;
}
.floral-leaf {
color: #ffb84d;
}
.old-yella {
color: #ffeb99;
}
.distilled-moss {
color: #ccffcc;
}
.apocyan {
color: #99ccff;
}

/* CSS Variables */
:root {
--heat-wave:#ff7b00;
--floral-leaf:#ffb84d;
--old-yella:#ffeb99;
--distilled-moss:#ccffcc;
--apocyan:#99ccff;
}

More palettes to explore