←Back to PalettesAll Palettes
Vibrant Harvest Color Palette
A dynamic and energetic palette inspired by the warm hues of a bountiful harvest, featuring rich oranges, sunny yellows, and a pop of vibrant pink.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.citrus-splash {
color: #ffc300;
}
.mint-julep {
color: #dbf7a6;
}
.vampire-bite {
color: #c70038;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--citrus-splash:#ffc300;
--mint-julep:#dbf7a6;
--vampire-bite:#c70038;
}