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: #f69f2c;
}
.color-2 {
color: #f1d84b;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #ea485e;
}
.color-5 {
color: #c880ff;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f1d84b;
--color-3: #ff7142;
--color-4: #ea485e;
--color-5: #c880ff;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f1d84b, #ff7142, #ea485e, #c880ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f1d84b, #ff7142, #ea485e, #c880ff);
}

Vibrant Orange color palette created on .