Burning Orange Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burning Orange Shades palette

Share this palette to:

Burning Orange Shades color palette CSS

/* CSS */
.color-1 {
color: #ff7033;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffa94d;
}
.color-4 {
color: #ffb85c;
}
.color-5 {
color: #ffc66b;
}

/* CSS Variables */
:root {
--color-1: #ff7033;
--color-2: #ff8b3d;
--color-3: #ffa94d;
--color-4: #ffb85c;
--color-5: #ffc66b;
}

Burning Orange Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7033, #ff8b3d, #ffa94d, #ffb85c, #ffc66b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7033, #ff8b3d, #ffa94d, #ffb85c, #ffc66b);
}

Burning Orange Shades color palette created on .