Fiery Sunset Harmony Color Palette
Discover the beautiful Fiery Sunset Harmony color palette featuring burning orange (#ff713d), amber (#ffc300), wax flower (#ffbaa3), sunset orange (#ff4d5b) and hibiscus (#c92c6d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Fiery Sunset Harmony palette
💻 Fiery Sunset Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff713d;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #ffbaa3;
}
.color-4 {
color: #ff4d5b;
}
.color-5 {
color: #c92c6d;
}
/* CSS Variables */
:root {
--color-1: #ff713d;
--color-2: #ffc300;
--color-3: #ffbaa3;
--color-4: #ff4d5b;
--color-5: #c92c6d;
} 🌈 Fiery Sunset Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff713d, #ffc300, #ffbaa3, #ff4d5b, #c92c6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff713d, #ffc300, #ffbaa3, #ff4d5b, #c92c6d);
} Fiery Sunset Harmony color palette created on .