Brown and Black Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown and Black Harmony palette

Share this palette to:

Brown and Black Harmony color palette CSS

/* CSS */
.color-1 {
color: #3f272b;
}
.color-2 {
color: #6c4c41;
}
.color-3 {
color: #8d6f62;
}
.color-4 {
color: #bcaaa4;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #3f272b;
--color-2: #6c4c41;
--color-3: #8d6f62;
--color-4: #bcaaa4;
--color-5: #f5f5f5;
}

Brown and Black Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f272b, #6c4c41, #8d6f62, #bcaaa4, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f272b, #6c4c41, #8d6f62, #bcaaa4, #f5f5f5);
}

Brown and Black Harmony color palette created on .