Arabian Night Color Palette
Discover the beautiful Arabian Night color palette featuring corn (#e0b000), bourbon (#b46b1d), medium carmine (#b14c35), mexican red (#9b224c) and daisy bush (#5d2a92).
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 Arabian Night palette
💻 Arabian Night color palette CSS
/* CSS */
.color-1 {
color: #e0b000;
}
.color-2 {
color: #b46b1d;
}
.color-3 {
color: #b14c35;
}
.color-4 {
color: #9b224c;
}
.color-5 {
color: #5d2a92;
}
/* CSS Variables */
:root {
--color-1: #e0b000;
--color-2: #b46b1d;
--color-3: #b14c35;
--color-4: #9b224c;
--color-5: #5d2a92;
} 🌈 Arabian Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b000, #b46b1d, #b14c35, #9b224c, #5d2a92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b000, #b46b1d, #b14c35, #9b224c, #5d2a92);
} 🔗 Explore similar color palettes
Arabian Night color palette created on .