Forest Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Serenity palette
Forest Serenity color palette CSS
/* CSS */
.color-1 {
color: #4a6935;
}
.color-2 {
color: #2c3f2f;
}
.color-3 {
color: #1c2c1e;
}
.color-4 {
color: #4a692b;
}
.color-5 {
color: #79bf4a;
}
/* CSS Variables */
:root {
--color-1: #4a6935;
--color-2: #2c3f2f;
--color-3: #1c2c1e;
--color-4: #4a692b;
--color-5: #79bf4a;
}
Forest Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6935, #2c3f2f, #1c2c1e, #4a692b, #79bf4a);
}
Similar color palettes
- Wilderness Wanderlust
- Deviant Shades of Green
- Earthy Green
- Urban Farm
- Woodland Wanderlust
- Whispers of the Woodland
- Whispers of the Woods
- Sunlit Forest Whisper
- Shades of Green
- Green Blossom
- Deep Green Shades
- Twilight Glow
- Emerald Whispers
- Verdant Whisper
- Verdant Whisper
- Enchanted Grove
- Emerald Whisper
- Emerald Whisper
Forest Serenity color palette created on .