Western Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Western palette

Share this palette to:

Western color palette CSS

/* CSS */
.color-1 {
color: #c6943f;
}
.color-2 {
color: #a55e2c;
}
.color-3 {
color: #6a4e39;
}
.color-4 {
color: #bfa57d;
}
.color-5 {
color: #e6c2a3;
}

/* CSS Variables */
:root {
--color-1: #c6943f;
--color-2: #a55e2c;
--color-3: #6a4e39;
--color-4: #bfa57d;
--color-5: #e6c2a3;
}

Western background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6943f, #a55e2c, #6a4e39, #bfa57d, #e6c2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6943f, #a55e2c, #6a4e39, #bfa57d, #e6c2a3);
}

Western color palette created on .