Earthy Ocre Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Ocre palette
Earthy Ocre color palette CSS
/* CSS */
.color-1 {
color: #6d4d26;
}
.color-2 {
color: #7c5c31;
}
.color-3 {
color: #88613a;
}
.color-4 {
color: #8a763d;
}
.color-5 {
color: #8e5e3e;
}
/* CSS Variables */
:root {
--color-1: #6d4d26;
--color-2: #7c5c31;
--color-3: #88613a;
--color-4: #8a763d;
--color-5: #8e5e3e;
}
Earthy Ocre background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4d26, #7c5c31, #88613a, #8a763d, #8e5e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4d26, #7c5c31, #88613a, #8a763d, #8e5e3e);
}
Similar color palettes
Scroll down to explore 300+ Brown color palettes
Earthy Ocre color palette created on .