Sunlit Forest Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Forest Shadows palette

Share this palette to:

Sunlit Forest Shadows color palette CSS

/* CSS */
.color-1 {
color: #f7d21d;
}
.color-2 {
color: #b1a21b;
}
.color-3 {
color: #705e29;
}
.color-4 {
color: #3c2f15;
}
.color-5 {
color: #1a130a;
}

/* CSS Variables */
:root {
--color-1: #f7d21d;
--color-2: #b1a21b;
--color-3: #705e29;
--color-4: #3c2f15;
--color-5: #1a130a;
}

Sunlit Forest Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d21d, #b1a21b, #705e29, #3c2f15, #1a130a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d21d, #b1a21b, #705e29, #3c2f15, #1a130a);
}

Similar color palettes

Sunlit Forest Shadows color palette created on .