Burnt Orange Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burnt Orange Earth palette

Share this palette to:

Burnt Orange Earth color palette CSS

/* CSS */
.color-1 {
color: #c85e2d;
}
.color-2 {
color: #a95d3d;
}
.color-3 {
color: #6a8c4a;
}
.color-4 {
color: #4c7651;
}
.color-5 {
color: #2e3c2a;
}

/* CSS Variables */
:root {
--color-1: #c85e2d;
--color-2: #a95d3d;
--color-3: #6a8c4a;
--color-4: #4c7651;
--color-5: #2e3c2a;
}

Burnt Orange Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85e2d, #a95d3d, #6a8c4a, #4c7651, #2e3c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85e2d, #a95d3d, #6a8c4a, #4c7651, #2e3c2a);
}

Burnt Orange Earth color palette created on .