←Back to PalettesAll Palettes
Vibrant Flames of Autumn Euphoria Color Palette
A dynamic fusion of fiery oranges and passionate pinks, this collection embodies the spirited essence of autumn days infused with warmth and energy. Each hue dances with vibrancy, inviting you to bask in its lively glow.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.solar-power {
color: #f2b036;
}
.goku-orange {
color: #f27e36;
}
.benihi-red {
color: #f24c36;
}
.pickled-pink {
color: #d94a7c;
}
.orchid-dottyback {
color: #a94ca4;
}
/* CSS Variables */
:root {
--solar-power:#f2b036;
--goku-orange:#f27e36;
--benihi-red:#f24c36;
--pickled-pink:#d94a7c;
--orchid-dottyback:#a94ca4;
}