Teak Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teak Shades palette

Share this palette to:

Teak Shades color palette CSS

/* CSS */
.color-1 {
color: #b29462;
}
.color-2 {
color: #d5ba9a;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #b4c8a7;
}

/* CSS Variables */
:root {
--color-1: #b29462;
--color-2: #d5ba9a;
--color-3: #f1c6a7;
--color-4: #f7e1b6;
--color-5: #b4c8a7;
}

Teak Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b29462, #d5ba9a, #f1c6a7, #f7e1b6, #b4c8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b29462, #d5ba9a, #f1c6a7, #f7e1b6, #b4c8a7);
}

Teak Shades color palette created on .