Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Tones palette
Earthy Tones color palette PNG image
Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #4c322a;
}
.color-2 {
color: #6c5041;
}
.color-3 {
color: #8d6d58;
}
.color-4 {
color: #b0a79b;
}
.color-5 {
color: #d8c7b6;
}
/* CSS Variables */
:root {
--color-1: #4c322a;
--color-2: #6c5041;
--color-3: #8d6d58;
--color-4: #b0a79b;
--color-5: #d8c7b6;
}
Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c322a, #6c5041, #8d6d58, #b0a79b, #d8c7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c322a, #6c5041, #8d6d58, #b0a79b, #d8c7b6);
}
Similar color palettes
Earthy Tones color palette created on .