Bright Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Orange palette
Bright Orange color palette CSS
/* CSS */
.color-1 {
color: #f86c30;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffbd66;
}
.color-4 {
color: #ffe59e;
}
.color-5 {
color: #fff4e0;
}
/* CSS Variables */
:root {
--color-1: #f86c30;
--color-2: #ffa047;
--color-3: #ffbd66;
--color-4: #ffe59e;
--color-5: #fff4e0;
}
Bright Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86c30, #ffa047, #ffbd66, #ffe59e, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86c30, #ffa047, #ffbd66, #ffe59e, #fff4e0);
}
Similar color palettes
Scroll down to explore 400+ Orange color palettes
Bright Orange color palette created on .