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: #ffb84d;
}
.color-2 {
color: #f47f1f;
}
.color-3 {
color: #e94f1c;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #a300a0;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #f47f1f;
--color-3: #e94f1c;
--color-4: #d60032;
--color-5: #a300a0;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #f47f1f, #e94f1c, #d60032, #a300a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #f47f1f, #e94f1c, #d60032, #a300a0);
}

Vibrant Orange color palette created on .