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: #f25d50;
}
.color-2 {
color: #f99f3e;
}
.color-3 {
color: #fdd55d;
}
.color-4 {
color: #8fdc8e;
}
.color-5 {
color: #4e9cc6;
}

/* CSS Variables */
:root {
--color-1: #f25d50;
--color-2: #f99f3e;
--color-3: #fdd55d;
--color-4: #8fdc8e;
--color-5: #4e9cc6;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25d50, #f99f3e, #fdd55d, #8fdc8e, #4e9cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25d50, #f99f3e, #fdd55d, #8fdc8e, #4e9cc6);
}

Vibrant Orange color palette created on .