Winter Sunset Forest Color Palette
Discover the beautiful Winter Sunset Forest color palette featuring tuscany (#be4d27), old gold (#d79e42), sandwisp (#f6e1ac), heather (#bac2cf) and cannon pink (#8b4b81).
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: #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);
}
๐ Explore similar color palettes
Winter Sunset Forest color palette created on .