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: #f5a300;
}
.color-2 {
color: #f46d2f;
}
.color-3 {
color: #c67b9c;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f46d2f;
--color-3: #c67b9c;
--color-4: #6f2c90;
--color-5: #000000;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f46d2f, #c67b9c, #6f2c90, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f46d2f, #c67b9c, #6f2c90, #000000);
}

Vibrant Orange color palette created on .