Warm Thatch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Thatch palette
Download Warm Thatch Color Palette (PNG)
Warm Thatch color palette CSS
/* CSS */
.color-1 {
color: #dfb19f;
}
.color-2 {
color: #d7c4b2;
}
.color-3 {
color: #c6b19f;
}
.color-4 {
color: #bfae92;
}
.color-5 {
color: #b59c97;
}
/* CSS Variables */
:root {
--color-1: #dfb19f;
--color-2: #d7c4b2;
--color-3: #c6b19f;
--color-4: #bfae92;
--color-5: #b59c97;
}
Warm Thatch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfb19f, #d7c4b2, #c6b19f, #bfae92, #b59c97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfb19f, #d7c4b2, #c6b19f, #bfae92, #b59c97);
}
Similar color palettes
Warm Thatch color palette created on .