Brown Tea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Tea palette

Share this palette to:

Brown Tea color palette CSS

/* CSS */
.color-1 {
color: #c65e3f;
}
.color-2 {
color: #e2aa6f;
}
.color-3 {
color: #f2daa1;
}
.color-4 {
color: #c5b4a0;
}
.color-5 {
color: #603e34;
}

/* CSS Variables */
:root {
--color-1: #c65e3f;
--color-2: #e2aa6f;
--color-3: #f2daa1;
--color-4: #c5b4a0;
--color-5: #603e34;
}

Brown Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65e3f, #e2aa6f, #f2daa1, #c5b4a0, #603e34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65e3f, #e2aa6f, #f2daa1, #c5b4a0, #603e34);
}

Brown Tea color palette created on .