Brown Natural Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Natural palette

Share this palette to:

Brown Natural color palette CSS

/* CSS */
.color-1 {
color: #c7a76b;
}
.color-2 {
color: #d2c3a3;
}
.color-3 {
color: #e3d8c4;
}
.color-4 {
color: #c0ae8c;
}
.color-5 {
color: #a78c6c;
}

/* CSS Variables */
:root {
--color-1: #c7a76b;
--color-2: #d2c3a3;
--color-3: #e3d8c4;
--color-4: #c0ae8c;
--color-5: #a78c6c;
}

Brown Natural background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a76b, #d2c3a3, #e3d8c4, #c0ae8c, #a78c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a76b, #d2c3a3, #e3d8c4, #c0ae8c, #a78c6c);
}

Brown Natural color palette created on .