Witcher's Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Witcher's Forest palette

Share this palette to:

Witcher's Forest color palette PNG image

Download witcher's forest color palette PNG image (landscape)
Download witcher's forest color palette PNG image (square)

Witcher's Forest color palette CSS

/* CSS */
.color-1 {
color: #5b805d;
}
.color-2 {
color: #b2c2a8;
}
.color-3 {
color: #d9e2c5;
}
.color-4 {
color: #f9f5e6;
}
.color-5 {
color: #e0c6b2;
}

/* CSS Variables */
:root {
--color-1: #5b805d;
--color-2: #b2c2a8;
--color-3: #d9e2c5;
--color-4: #f9f5e6;
--color-5: #e0c6b2;
}

Witcher's Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b805d, #b2c2a8, #d9e2c5, #f9f5e6, #e0c6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b805d, #b2c2a8, #d9e2c5, #f9f5e6, #e0c6b2);
}

Witcher's Forest color palette created on .