Woodland Warmth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Woodland Warmth palette

Share this palette to:

Woodland Warmth color palette PNG image

Download woodland warmth color palette PNG image (landscape)
Download woodland warmth color palette PNG image (square)

Woodland Warmth color palette CSS

/* CSS */
.color-1 {
color: #6b4c4c;
}
.color-2 {
color: #8b5b5b;
}
.color-3 {
color: #c5a59b;
}
.color-4 {
color: #e9c1a5;
}
.color-5 {
color: #f7e8cf;
}

/* CSS Variables */
:root {
--color-1: #6b4c4c;
--color-2: #8b5b5b;
--color-3: #c5a59b;
--color-4: #e9c1a5;
--color-5: #f7e8cf;
}

Woodland Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4c4c, #8b5b5b, #c5a59b, #e9c1a5, #f7e8cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4c4c, #8b5b5b, #c5a59b, #e9c1a5, #f7e8cf);
}

Woodland Warmth color palette created on .