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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Cream, Gray, Purple, Warm, Earthy, Soft, Retro, Boho color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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 .