Edgy Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Edgy Brown palette

Share this palette to:

Download Edgy Brown Color Palette (PNG)

Download edgy brown color palette PNG image (landscape)
Download edgy brown color palette PNG image (square)

Edgy Brown color palette CSS

/* CSS */
.color-1 {
color: #4c3e3f;
}
.color-2 {
color: #695c59;
}
.color-3 {
color: #998a8d;
}
.color-4 {
color: #b8a69d;
}
.color-5 {
color: #d3c4b1;
}

/* CSS Variables */
:root {
--color-1: #4c3e3f;
--color-2: #695c59;
--color-3: #998a8d;
--color-4: #b8a69d;
--color-5: #d3c4b1;
}

Edgy Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3f, #695c59, #998a8d, #b8a69d, #d3c4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3f, #695c59, #998a8d, #b8a69d, #d3c4b1);
}

Edgy Brown color palette created on .