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: #f0a400;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #6a00ff;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ff6e00;
--color-3: #ff2f00;
--color-4: #d6006f;
--color-5: #6a00ff;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ff6e00, #ff2f00, #d6006f, #6a00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ff6e00, #ff2f00, #d6006f, #6a00ff);
}

Vibrant Orange color palette created on .