Bright Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Orange palette

Share this palette to:

Bright Orange color palette CSS

/* CSS */
.color-1 {
color: #ff6d4d;
}
.color-2 {
color: #ffa057;
}
.color-3 {
color: #ffe47a;
}
.color-4 {
color: #ffd500;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ff6d4d;
--color-2: #ffa057;
--color-3: #ffe47a;
--color-4: #ffd500;
--color-5: #ff3c00;
}

Bright Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d4d, #ffa057, #ffe47a, #ffd500, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d4d, #ffa057, #ffe47a, #ffd500, #ff3c00);
}

Bright Orange color palette created on .