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: #f9a658;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #8fc7a9;
}
.color-4 {
color: #4f8dcf;
}
.color-5 {
color: #5a5dba;
}

/* CSS Variables */
:root {
--color-1: #f9a658;
--color-2: #f1c84b;
--color-3: #8fc7a9;
--color-4: #4f8dcf;
--color-5: #5a5dba;
}

Bright Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a658, #f1c84b, #8fc7a9, #4f8dcf, #5a5dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a658, #f1c84b, #8fc7a9, #4f8dcf, #5a5dba);
}

Bright Orange color palette created on .