Brown and Purple Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown and Purple Harmony palette
Brown and Purple Harmony color palette CSS
/* CSS */
.color-1 {
color: #795b4e;
}
.color-2 {
color: #a56f8b;
}
.color-3 {
color: #d4a5ba;
}
.color-4 {
color: #5e3e6a;
}
.color-5 {
color: #9c7a4f;
}
/* CSS Variables */
:root {
--color-1: #795b4e;
--color-2: #a56f8b;
--color-3: #d4a5ba;
--color-4: #5e3e6a;
--color-5: #9c7a4f;
}
Brown and Purple Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795b4e, #a56f8b, #d4a5ba, #5e3e6a, #9c7a4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795b4e, #a56f8b, #d4a5ba, #5e3e6a, #9c7a4f);
}
Similar color palettes
Scroll down to explore 10+ Brown color palettes
Brown and Purple Harmony color palette created on .