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: #f5a524;
}
.color-2 {
color: #e94e77;
}
.color-3 {
color: #685b9a;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #e94e77;
--color-3: #685b9a;
--color-4: #4ccdc4;
--color-5: #f6e48e;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #e94e77, #685b9a, #4ccdc4, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #e94e77, #685b9a, #4ccdc4, #f6e48e);
}

Vibrant Orange color palette created on .