Winter Sunset Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Sunset Forest palette

Share this palette to:

Winter Sunset Forest color palette PNG image

Download winter sunset forest color palette PNG image (landscape)
Download winter sunset forest color palette PNG image (square)

Winter Sunset Forest color palette CSS

/* CSS */
.color-1 {
color: #be4d27;
}
.color-2 {
color: #d79e42;
}
.color-3 {
color: #f6e1ac;
}
.color-4 {
color: #bac2cf;
}
.color-5 {
color: #8b4b81;
}

/* CSS Variables */
:root {
--color-1: #be4d27;
--color-2: #d79e42;
--color-3: #f6e1ac;
--color-4: #bac2cf;
--color-5: #8b4b81;
}

Winter Sunset Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be4d27, #d79e42, #f6e1ac, #bac2cf, #8b4b81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be4d27, #d79e42, #f6e1ac, #bac2cf, #8b4b81);
}

Winter Sunset Forest color palette created on .