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: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #4abf6d;
}
.color-5 {
color: #3b8ea0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffcd29;
--color-4: #4abf6d;
--color-5: #3b8ea0;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffcd29, #4abf6d, #3b8ea0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffcd29, #4abf6d, #3b8ea0);
}

Vibrant Orange color palette created on .