Brown Abstract Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Abstract palette
Brown Abstract color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #c5b7a0;
}
.color-3 {
color: #f2dfc0;
}
.color-4 {
color: #d8a76e;
}
.color-5 {
color: #895b3e;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #c5b7a0;
--color-3: #f2dfc0;
--color-4: #d8a76e;
--color-5: #895b3e;
}
Brown Abstract background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #c5b7a0, #f2dfc0, #d8a76e, #895b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #c5b7a0, #f2dfc0, #d8a76e, #895b3e);
}
Similar color palettes
Scroll down to explore 100+ Earthy color palettes
Brown Abstract color palette created on .