Timeless Thai Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Timeless Thai Earthtones palette
Timeless Thai Earthtones color palette CSS
/* CSS */
.color-1 {
color: #7c5e4b;
}
.color-2 {
color: #c7a78e;
}
.color-3 {
color: #e4d4b4;
}
.color-4 {
color: #b9b4a2;
}
.color-5 {
color: #f4e0c3;
}
/* CSS Variables */
:root {
--color-1: #7c5e4b;
--color-2: #c7a78e;
--color-3: #e4d4b4;
--color-4: #b9b4a2;
--color-5: #f4e0c3;
}
Timeless Thai Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5e4b, #c7a78e, #e4d4b4, #b9b4a2, #f4e0c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5e4b, #c7a78e, #e4d4b4, #b9b4a2, #f4e0c3);
}
Similar color palettes
Scroll down to explore 400+ Earthy color palettes
Timeless Thai Earthtones color palette created on .