Vibrant Orange Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Orange Blue palette

Share this palette to:

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);
}

Vibrant Orange Blue color palette created on .