Vibrant Orange Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Orange Blue palette
Vibrant Orange Blue color palette CSS
/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #e75b04;
}
.color-3 {
color: #d73928;
}
.color-4 {
color: #8a2ce2;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #e75b04;
--color-3: #d73928;
--color-4: #8a2ce2;
--color-5: #5d6cc0;
}
Vibrant Orange Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #e75b04, #d73928, #8a2ce2, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #e75b04, #d73928, #8a2ce2, #5d6cc0);
}
Similar color palettes
- Whimsical Tales of Two Tongues
- Sunny Orchard Harmony
- Shades of Yellow
- Vibrant Coral
- Urban Pulse
- Orange Oasis
- Sunset Ember
- Daring Elegance
- Golden Echoes of Ancient Civilizations
- Sunset Orange Bliss
- Warm Coral
- Warm Mothick
- Autumnal Ember
- Summer Yellow
- Sporty Orange
- Radical Red Sunset
- Citrus Confectionery
- Golden Oven Delights
Vibrant Orange Blue color palette created on .