Earthy Brown Vintage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Brown Vintage palette
Earthy Brown Vintage color palette PNG image
Earthy Brown Vintage color palette CSS
/* CSS */
.color-1 {
color: #6d4e4a;
}
.color-2 {
color: #c1a79a;
}
.color-3 {
color: #e4c3b4;
}
.color-4 {
color: #fcd3a1;
}
.color-5 {
color: #d5a86c;
}
/* CSS Variables */
:root {
--color-1: #6d4e4a;
--color-2: #c1a79a;
--color-3: #e4c3b4;
--color-4: #fcd3a1;
--color-5: #d5a86c;
}
Earthy Brown Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4e4a, #c1a79a, #e4c3b4, #fcd3a1, #d5a86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4e4a, #c1a79a, #e4c3b4, #fcd3a1, #d5a86c);
}
Similar color palettes
Earthy Brown Vintage color palette created on .