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: #e6d7c1;
}
.color-2 {
color: #d1b69f;
}
.color-3 {
color: #c09d8c;
}
.color-4 {
color: #a76e58;
}
.color-5 {
color: #7c4b4b;
}

/* CSS Variables */
:root {
--color-1: #e6d7c1;
--color-2: #d1b69f;
--color-3: #c09d8c;
--color-4: #a76e58;
--color-5: #7c4b4b;
}

Brown Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d7c1, #d1b69f, #c09d8c, #a76e58, #7c4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d7c1, #d1b69f, #c09d8c, #a76e58, #7c4b4b);
}

Brown Shadow color palette created on .