Vibrant Purple and Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Purple and Orange palette
Vibrant Purple and Orange color palette CSS
/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #e77e23;
--color-3: #e74d3c;
--color-4: #f39c12;
--color-5: #d15400;
}
Vibrant Purple and Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #e77e23, #e74d3c, #f39c12, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #e77e23, #e74d3c, #f39c12, #d15400);
}
Similar color palettes
- Elysian Unveiling
- Midnight Orchid Serenade
- Enchanted Garden Whispers
- Golden Jupiter
- Vibrant Sunset Dreams
- Vibrant Red
- Blue Cube
- Vibrant Purple and Orange
- Shades of Brown
- Invisible Radiance
- Whimsical Whiffs
- Weird Purple
- Vibrant Lisboa
- Electric Sunset Symphony
- Ink Splash
- Pink and Orange Dream
- Vibrant Horizons
- Vibrant Market Fusion
Vibrant Purple and Orange color palette created on .