Forest Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Shadows palette
Color Inspiration
Images that showcase this color palette in real designs
Download Forest Shadows Color Palette (PNG)
Forest Shadows color palette CSS
/* CSS */
.color-1 {
color: #0e0d12;
}
.color-2 {
color: #3a351d;
}
.color-3 {
color: #1f1d14;
}
.color-4 {
color: #481914;
}
.color-5 {
color: #2a2818;
}
/* CSS Variables */
:root {
--color-1: #0e0d12;
--color-2: #3a351d;
--color-3: #1f1d14;
--color-4: #481914;
--color-5: #2a2818;
}
Forest Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0d12, #3a351d, #1f1d14, #481914, #2a2818);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0d12, #3a351d, #1f1d14, #481914, #2a2818);
}
Similar color palettes
Forest Shadows color palette created on .