Winter Sunset Forest Color Palette
Discover the beautiful Winter Sunset Forest color palette featuring paarl (#a94c2d), tussock (#c99b4a), sidecar (#f3e1b4), pigeon post (#a1c1d4) and affair (#6d4a8c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Winter Sunset Forest palette
💻 Winter Sunset Forest color palette CSS
/* CSS */
.color-1 {
color: #a94c2d;
}
.color-2 {
color: #c99b4a;
}
.color-3 {
color: #f3e1b4;
}
.color-4 {
color: #a1c1d4;
}
.color-5 {
color: #6d4a8c;
}
/* CSS Variables */
:root {
--color-1: #a94c2d;
--color-2: #c99b4a;
--color-3: #f3e1b4;
--color-4: #a1c1d4;
--color-5: #6d4a8c;
} 🌈 Winter Sunset Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a94c2d, #c99b4a, #f3e1b4, #a1c1d4, #6d4a8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a94c2d, #c99b4a, #f3e1b4, #a1c1d4, #6d4a8c);
} 🔗 Explore similar color palettes
Winter Sunset Forest color palette created on .