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: #ff9b3d;
}
.color-3 {
color: #ffc65c;
}
.color-4 {
color: #fff09e;
}
.color-5 {
color: #ffce80;
}

/* CSS Variables */
:root {
--color-1: #ff7033;
--color-2: #ff9b3d;
--color-3: #ffc65c;
--color-4: #fff09e;
--color-5: #ffce80;
}

Burning Orange Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7033, #ff9b3d, #ffc65c, #fff09e, #ffce80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7033, #ff9b3d, #ffc65c, #fff09e, #ffce80);
}

Burning Orange Shades color palette created on .