Luminous Forest Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luminous Forest Symphony palette
Luminous Forest Symphony color palette CSS
/* CSS */
.color-1 {
color: #ffe047;
}
.color-2 {
color: #00ff00;
}
.color-3 {
color: #1aa248;
}
.color-4 {
color: #007f80;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ffe047;
--color-2: #00ff00;
--color-3: #1aa248;
--color-4: #007f80;
--color-5: #000000;
}
Luminous Forest Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe047, #00ff00, #1aa248, #007f80, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe047, #00ff00, #1aa248, #007f80, #000000);
}
Similar color palettes
Scroll down to explore 300+ Yellow color palettes
- Yellow Eclipse
- Sunset in the Garden of Adelaide
- Blue Green Yellow Watercolor
- Majestic Mirage
- Shades of Green and Yellow
- Green Zombie Fox
- Warm Mexico
- Shades of Green
- Sunshine Meadow
- Lush Meadow Harmony
- Harvest Harmony
- Vibrant Coral
- Golden Aqua
- Seaside Serenade
- Vibrant Red
- Golden Oasis
- Bright Orange
- Sunlit Orchard Dreams
Luminous Forest Symphony color palette created on .