Vibrant Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Share this palette to:

Vibrant Orange color palette CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff007b;
}
.color-5 {
color: #ff00b2;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6a00;
--color-3: #ff3c00;
--color-4: #ff007b;
--color-5: #ff00b2;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6a00, #ff3c00, #ff007b, #ff00b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6a00, #ff3c00, #ff007b, #ff00b2);
}

Vibrant Orange color palette created on .