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: #ff6038;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #fff8db;
}

/* CSS Variables */
:root {
--color-1: #ff6038;
--color-2: #ff8052;
--color-3: #ffb84d;
--color-4: #ffd900;
--color-5: #fff8db;
}

Bright Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6038, #ff8052, #ffb84d, #ffd900, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6038, #ff8052, #ffb84d, #ffd900, #fff8db);
}

Bright Orange color palette created on .