Winter Sunset Color Palette
Discover the beautiful Winter Sunset color palette featuring bouquet (#a67d9c), tonys pink (#e6898c), ronchi (#f1b74b), red damask (#d05e3e) and cadillac (#a54a6f).
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 palette
💻 Winter Sunset color palette CSS
/* CSS */
.color-1 {
color: #a67d9c;
}
.color-2 {
color: #e6898c;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #d05e3e;
}
.color-5 {
color: #a54a6f;
}
/* CSS Variables */
:root {
--color-1: #a67d9c;
--color-2: #e6898c;
--color-3: #f1b74b;
--color-4: #d05e3e;
--color-5: #a54a6f;
} 🌈 Winter Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67d9c, #e6898c, #f1b74b, #d05e3e, #a54a6f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67d9c, #e6898c, #f1b74b, #d05e3e, #a54a6f);
} 🔗 Explore similar color palettes
Winter Sunset color palette created on .