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: #ffd480;
}
.color-2 {
color: #ffb88f;
}
.color-3 {
color: #fb8565;
}
.color-4 {
color: #bb9ad6;
}
.color-5 {
color: #c3cef9;
}

/* CSS Variables */
:root {
--color-1: #ffd480;
--color-2: #ffb88f;
--color-3: #fb8565;
--color-4: #bb9ad6;
--color-5: #c3cef9;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd480, #ffb88f, #fb8565, #bb9ad6, #c3cef9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd480, #ffb88f, #fb8565, #bb9ad6, #c3cef9);
}

Vibrant Orange color palette created on .