Witcher's Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Witcher's Grove palette

Share this palette to:

Download Witcher's Grove Color Palette (PNG)

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

Witcher's Grove color palette CSS

/* CSS */
.color-1 {
color: #4a5c3d;
}
.color-2 {
color: #9abf69;
}
.color-3 {
color: #d5c776;
}
.color-4 {
color: #d9a56d;
}
.color-5 {
color: #c95e4f;
}

/* CSS Variables */
:root {
--color-1: #4a5c3d;
--color-2: #9abf69;
--color-3: #d5c776;
--color-4: #d9a56d;
--color-5: #c95e4f;
}

Witcher's Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5c3d, #9abf69, #d5c776, #d9a56d, #c95e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5c3d, #9abf69, #d5c776, #d9a56d, #c95e4f);
}

Witcher's Grove color palette created on .