Warm Orange Color Palette
Discover the beautiful Warm Orange color palette featuring rose bud (#f7afa1), ronchi (#f1c84b), tulip tree (#eab543), froly (#f77c69) and piper (#d15b29).
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: #f7afa1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #f77c69;
}
.color-5 {
color: #d15b29;
}
/* CSS Variables */
:root {
--color-1: #f7afa1;
--color-2: #f1c84b;
--color-3: #eab543;
--color-4: #f77c69;
--color-5: #d15b29;
}
🌈 Warm Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7afa1, #f1c84b, #eab543, #f77c69, #d15b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7afa1, #f1c84b, #eab543, #f77c69, #d15b29);
}
🔗 Explore similar color palettes
Warm Orange color palette created on .