Brown Bread Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Bread palette

Share this palette to:

Brown Bread color palette CSS

/* CSS */
.color-1 {
color: #e2b05a;
}
.color-2 {
color: #d9a05e;
}
.color-3 {
color: #c48a5a;
}
.color-4 {
color: #b67a49;
}
.color-5 {
color: #a46e3d;
}

/* CSS Variables */
:root {
--color-1: #e2b05a;
--color-2: #d9a05e;
--color-3: #c48a5a;
--color-4: #b67a49;
--color-5: #a46e3d;
}

Brown Bread background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b05a, #d9a05e, #c48a5a, #b67a49, #a46e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b05a, #d9a05e, #c48a5a, #b67a49, #a46e3d);
}

Brown Bread color palette created on .