Warm Orange Color Palette
Discover the beautiful Warm Orange color palette featuring wheat (#f3e4aa), sandy brown (#f2b55a), jaffa (#f46c3e), flame pea (#da5c2b) and roof terracotta (#a73625).
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 Orange palette
💻 Warm Orange color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f2b55a;
}
.color-3 {
color: #f46c3e;
}
.color-4 {
color: #da5c2b;
}
.color-5 {
color: #a73625;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f2b55a;
--color-3: #f46c3e;
--color-4: #da5c2b;
--color-5: #a73625;
} 🌈 Warm Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f2b55a, #f46c3e, #da5c2b, #a73625);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f2b55a, #f46c3e, #da5c2b, #a73625);
} 🔗 Explore similar color palettes
Warm Orange color palette created on .