Orange Blue Violet Color Palette
Discover the beautiful Orange Blue Violet color palette featuring gold drop (#f08400), azure radiance (#0073e6), affair (#7c4b8b), supernova (#f5c400) and orange (#ff6d1f).
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 Orange Blue Violet palette
💻 Orange Blue Violet color palette CSS
/* CSS */
.color-1 {
color: #f08400;
}
.color-2 {
color: #0073e6;
}
.color-3 {
color: #7c4b8b;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #f08400;
--color-2: #0073e6;
--color-3: #7c4b8b;
--color-4: #f5c400;
--color-5: #ff6d1f;
} 🌈 Orange Blue Violet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08400, #0073e6, #7c4b8b, #f5c400, #ff6d1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08400, #0073e6, #7c4b8b, #f5c400, #ff6d1f);
} 🔗 Explore similar color palettes
Orange Blue Violet color palette created on .