Brown Sparrow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Sparrow palette
Brown Sparrow color palette CSS
/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #b4896a;
}
.color-3 {
color: #e8b7a1;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #f4b943;
}
/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #b4896a;
--color-3: #e8b7a1;
--color-4: #f2e6d4;
--color-5: #f4b943;
}
Brown Sparrow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #b4896a, #e8b7a1, #f2e6d4, #f4b943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #b4896a, #e8b7a1, #f2e6d4, #f4b943);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Brown Sparrow color palette created on .