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: #e5d6c2;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #a68c59;
}
.color-5 {
color: #8a6e4c;
}

/* CSS Variables */
:root {
--color-1: #e5d6c2;
--color-2: #d3b58d;
--color-3: #c2b180;
--color-4: #a68c59;
--color-5: #8a6e4c;
}

Brown Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d6c2, #d3b58d, #c2b180, #a68c59, #8a6e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d6c2, #d3b58d, #c2b180, #a68c59, #8a6e4c);
}

Brown Shadow color palette created on .