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: #ff6e61;
}
.color-2 {
color: #709d9e;
}
.color-3 {
color: #7ece83;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #709d9e;
--color-3: #7ece83;
--color-4: #f1c40e;
--color-5: #e74d3c;
}
Bright Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #709d9e, #7ece83, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #709d9e, #7ece83, #f1c40e, #e74d3c);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Bright Orange color palette created on .