Brown Logcabin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Logcabin palette

Share this palette to:

Brown Logcabin color palette CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #e3cfa5;
}
.color-4 {
color: #f3e6d8;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c19b6c;
--color-3: #e3cfa5;
--color-4: #f3e6d8;
--color-5: #f5a300;
}

Brown Logcabin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c19b6c, #e3cfa5, #f3e6d8, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c19b6c, #e3cfa5, #f3e6d8, #f5a300);
}

Brown Logcabin color palette created on .