Shades of Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Orange palette

Share this palette to:

Shades of Orange color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #d94d3a;
}
.color-5 {
color: #b92d4b;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff7142;
--color-3: #ff513d;
--color-4: #d94d3a;
--color-5: #b92d4b;
}

Shades of Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff7142, #ff513d, #d94d3a, #b92d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff7142, #ff513d, #d94d3a, #b92d4b);
}

Shades of Orange color palette created on .