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: #ff5100;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #ff6a00;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb300;
--color-3: #ffc800;
--color-4: #ffea00;
--color-5: #ff6a00;
}
Bright Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb300, #ffc800, #ffea00, #ff6a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb300, #ffc800, #ffea00, #ff6a00);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Bright Orange color palette created on .