Burnt Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burnt Orange palette

Share this palette to:

Burnt Orange color palette CSS

/* CSS */
.color-1 {
color: #c54d26;
}
.color-2 {
color: #d57a30;
}
.color-3 {
color: #e5a638;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f8e8a0;
}

/* CSS Variables */
:root {
--color-1: #c54d26;
--color-2: #d57a30;
--color-3: #e5a638;
--color-4: #f1c84b;
--color-5: #f8e8a0;
}

Burnt Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c54d26, #d57a30, #e5a638, #f1c84b, #f8e8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c54d26, #d57a30, #e5a638, #f1c84b, #f8e8a0);
}

Burnt Orange color palette created on .