Rustic Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Brown palette
Rustic Brown color palette CSS
/* CSS */
.color-1 {
color: #a65c3a;
}
.color-2 {
color: #d8a469;
}
.color-3 {
color: #f3c681;
}
.color-4 {
color: #c5e09e;
}
.color-5 {
color: #4c8ba9;
}
/* CSS Variables */
:root {
--color-1: #a65c3a;
--color-2: #d8a469;
--color-3: #f3c681;
--color-4: #c5e09e;
--color-5: #4c8ba9;
}
Rustic Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65c3a, #d8a469, #f3c681, #c5e09e, #4c8ba9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65c3a, #d8a469, #f3c681, #c5e09e, #4c8ba9);
}
Similar color palettes
Scroll down to explore 500+ Earthy color palettes
Rustic Brown color palette created on .