Arizona Color Palette
Discover the beautiful Arizona color palette featuring flame pea (#d65e2e), tacao (#f1a17e), new orleans (#f3e09b), spring rain (#a4c7a3) and paradiso (#3d8c8f).
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 palette
💻 Arizona color palette CSS
/* CSS */
.color-1 {
color: #d65e2e;
}
.color-2 {
color: #f1a17e;
}
.color-3 {
color: #f3e09b;
}
.color-4 {
color: #a4c7a3;
}
.color-5 {
color: #3d8c8f;
}
/* CSS Variables */
:root {
--color-1: #d65e2e;
--color-2: #f1a17e;
--color-3: #f3e09b;
--color-4: #a4c7a3;
--color-5: #3d8c8f;
}
🌈 Arizona background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65e2e, #f1a17e, #f3e09b, #a4c7a3, #3d8c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65e2e, #f1a17e, #f3e09b, #a4c7a3, #3d8c8f);
}
🔗 Explore similar color palettes
Arizona color palette created on .