Brown Shadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Shadow palette

Share this palette to:

Brown Shadow color palette CSS

/* CSS */
.color-1 {
color: #f1e6d0;
}
.color-2 {
color: #d1b39f;
}
.color-3 {
color: #b4946e;
}
.color-4 {
color: #89694d;
}
.color-5 {
color: #4e4c3b;
}

/* CSS Variables */
:root {
--color-1: #f1e6d0;
--color-2: #d1b39f;
--color-3: #b4946e;
--color-4: #89694d;
--color-5: #4e4c3b;
}

Brown Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e6d0, #d1b39f, #b4946e, #89694d, #4e4c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e6d0, #d1b39f, #b4946e, #89694d, #4e4c3b);
}

Brown Shadow color palette created on .