Warm Tan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Tan palette

Share this palette to:

Warm Tan color palette CSS

/* CSS */
.color-1 {
color: #d0b09a;
}
.color-2 {
color: #a66c5e;
}
.color-3 {
color: #c68d6c;
}
.color-4 {
color: #e5bb6c;
}
.color-5 {
color: #b55c4f;
}

/* CSS Variables */
:root {
--color-1: #d0b09a;
--color-2: #a66c5e;
--color-3: #c68d6c;
--color-4: #e5bb6c;
--color-5: #b55c4f;
}

Warm Tan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b09a, #a66c5e, #c68d6c, #e5bb6c, #b55c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b09a, #a66c5e, #c68d6c, #e5bb6c, #b55c4f);
}

Warm Tan color palette created on .