Earthy Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Orange palette
Earthy Orange color palette CSS
/* CSS */
.color-1 {
color: #d6944c;
}
.color-2 {
color: #c16a4e;
}
.color-3 {
color: #9f4d3c;
}
.color-4 {
color: #8b322d;
}
.color-5 {
color: #802d2e;
}
/* CSS Variables */
:root {
--color-1: #d6944c;
--color-2: #c16a4e;
--color-3: #9f4d3c;
--color-4: #8b322d;
--color-5: #802d2e;
}
Earthy Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6944c, #c16a4e, #9f4d3c, #8b322d, #802d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6944c, #c16a4e, #9f4d3c, #8b322d, #802d2e);
}
Similar color palettes
Scroll down to explore 400+ Earthy color palettes
Earthy Orange color palette created on .