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: #b86947;
}
.color-2 {
color: #bd7e51;
}
.color-3 {
color: #c39160;
}
.color-4 {
color: #b7988a;
}
.color-5 {
color: #5c5742;
}

/* CSS Variables */
:root {
--color-1: #b86947;
--color-2: #bd7e51;
--color-3: #c39160;
--color-4: #b7988a;
--color-5: #5c5742;
}

Bright Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b86947, #bd7e51, #c39160, #b7988a, #5c5742);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b86947, #bd7e51, #c39160, #b7988a, #5c5742);
}

Bright Orange color palette created on .