Warm Colors Color Palette
Discover the beautiful Warm Colors color palette featuring ronchi (#f1b74b), burnt sienna (#e86a4a), roman (#d8544f), tapestry (#a55f8e) and bermuda gray (#6999ab).
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 Colors palette
💻 Warm Colors color palette CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e86a4a;
}
.color-3 {
color: #d8544f;
}
.color-4 {
color: #a55f8e;
}
.color-5 {
color: #6999ab;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e86a4a;
--color-3: #d8544f;
--color-4: #a55f8e;
--color-5: #6999ab;
} 🌈 Warm Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e86a4a, #d8544f, #a55f8e, #6999ab);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e86a4a, #d8544f, #a55f8e, #6999ab);
} 🔗 Explore similar color palettes
Warm Colors color palette created on .