Brown Wind Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Wind palette

Share this palette to:

Brown Wind color palette CSS

/* CSS */
.color-1 {
color: #5f4b3a;
}
.color-2 {
color: #a96b5b;
}
.color-3 {
color: #d9b68c;
}
.color-4 {
color: #e6c29e;
}
.color-5 {
color: #f2e6a1;
}

/* CSS Variables */
:root {
--color-1: #5f4b3a;
--color-2: #a96b5b;
--color-3: #d9b68c;
--color-4: #e6c29e;
--color-5: #f2e6a1;
}

Brown Wind background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b3a, #a96b5b, #d9b68c, #e6c29e, #f2e6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b3a, #a96b5b, #d9b68c, #e6c29e, #f2e6a1);
}

Brown Wind color palette created on .