Shadowed Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shadowed Forest palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shadowed Forest Color Palette (PNG)
Shadowed Forest color palette CSS
/* CSS */
.color-1 {
color: #292c2e;
}
.color-2 {
color: #667068;
}
.color-3 {
color: #111212;
}
.color-4 {
color: #412f32;
}
.color-5 {
color: #1d263a;
}
/* CSS Variables */
:root {
--color-1: #292c2e;
--color-2: #667068;
--color-3: #111212;
--color-4: #412f32;
--color-5: #1d263a;
}
Shadowed Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c2e, #667068, #111212, #412f32, #1d263a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c2e, #667068, #111212, #412f32, #1d263a);
}
Similar color palettes
Shadowed Forest color palette created on .