Arizona Sunset Color Palette
Discover the beautiful Arizona Sunset color palette featuring hot cinnamon (#d55c20), porsche (#e7a26a), manhattan (#f6c08e), sidecar (#f3e0b4) and cashmere (#e6b5a7).
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 Arizona Sunset palette
💻 Arizona Sunset color palette CSS
/* CSS */
.color-1 {
color: #d55c20;
}
.color-2 {
color: #e7a26a;
}
.color-3 {
color: #f6c08e;
}
.color-4 {
color: #f3e0b4;
}
.color-5 {
color: #e6b5a7;
}
/* CSS Variables */
:root {
--color-1: #d55c20;
--color-2: #e7a26a;
--color-3: #f6c08e;
--color-4: #f3e0b4;
--color-5: #e6b5a7;
} 🌈 Arizona Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55c20, #e7a26a, #f6c08e, #f3e0b4, #e6b5a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55c20, #e7a26a, #f6c08e, #f3e0b4, #e6b5a7);
} 🔗 Explore similar color palettes
Arizona Sunset color palette created on .