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: #ff6d1f;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffb152;
}
.color-4 {
color: #ffcd75;
}
.color-5 {
color: #ffdf99;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff8b42;
--color-3: #ffb152;
--color-4: #ffcd75;
--color-5: #ffdf99;
}

Bright Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff8b42, #ffb152, #ffcd75, #ffdf99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff8b42, #ffb152, #ffcd75, #ffdf99);
}

Bright Orange color palette created on .