Warm Sunset Color Palette
Discover the beautiful Warm Sunset color palette featuring burnt sienna (#ec6051), tan hide (#f79b59), cream can (#f0c560), granny smith apple (#b2e09f) and fountain blue (#4fb5b5).
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 Warm Sunset palette
💻 Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #ec6051;
}
.color-2 {
color: #f79b59;
}
.color-3 {
color: #f0c560;
}
.color-4 {
color: #b2e09f;
}
.color-5 {
color: #4fb5b5;
}
/* CSS Variables */
:root {
--color-1: #ec6051;
--color-2: #f79b59;
--color-3: #f0c560;
--color-4: #b2e09f;
--color-5: #4fb5b5;
} 🌈 Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec6051, #f79b59, #f0c560, #b2e09f, #4fb5b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec6051, #f79b59, #f0c560, #b2e09f, #4fb5b5);
} 🔗 Explore similar color palettes
Warm Sunset color palette created on .