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: #f5a524;
}
.color-2 {
color: #f8e0b4;
}
.color-3 {
color: #e1f59e;
}
.color-4 {
color: #b2e1f5;
}
.color-5 {
color: #6cc5e5;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e0b4;
--color-3: #e1f59e;
--color-4: #b2e1f5;
--color-5: #6cc5e5;
}
Bright Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e0b4, #e1f59e, #b2e1f5, #6cc5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e0b4, #e1f59e, #b2e1f5, #6cc5e5);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Bright Orange color palette created on .