Prosperity Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Prosperity Spectrum palette
Prosperity Spectrum color palette CSS
/* CSS */
.color-1 {
color: #69bf4f;
}
.color-2 {
color: #a1d279;
}
.color-3 {
color: #f6e4b6;
}
.color-4 {
color: #f89e20;
}
.color-5 {
color: #e7693c;
}
/* CSS Variables */
:root {
--color-1: #69bf4f;
--color-2: #a1d279;
--color-3: #f6e4b6;
--color-4: #f89e20;
--color-5: #e7693c;
}
Prosperity Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4f, #a1d279, #f6e4b6, #f89e20, #e7693c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4f, #a1d279, #f6e4b6, #f89e20, #e7693c);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Whispers of Connie
- Vibrant Orange
- Peach Blossom
- Green Blue Cocktail
- Blue Sharky
- Whispering Meadow
- Bright Yellow
- Groovy Garden Fiesta
- Sugar Swirl Dream
- Serene Blossom
- Olive Grove Harmony
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
Prosperity Spectrum color palette created on .