Warm Tea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Tea palette

Share this palette to:

Warm Tea color palette CSS

/* CSS */
.color-1 {
color: #c95c3b;
}
.color-2 {
color: #d89f69;
}
.color-3 {
color: #f1d3a2;
}
.color-4 {
color: #e6b7a3;
}
.color-5 {
color: #b58078;
}

/* CSS Variables */
:root {
--color-1: #c95c3b;
--color-2: #d89f69;
--color-3: #f1d3a2;
--color-4: #e6b7a3;
--color-5: #b58078;
}

Warm Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c95c3b, #d89f69, #f1d3a2, #e6b7a3, #b58078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c95c3b, #d89f69, #f1d3a2, #e6b7a3, #b58078);
}

Warm Tea color palette created on .