Dull Earthy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dull Earthy Tones palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dull Earthy Tones Color Palette (PNG)
Dull Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #a7b9b4;
}
.color-2 {
color: #d4c7bf;
}
.color-3 {
color: #f2e3d4;
}
.color-4 {
color: #e9c6a5;
}
.color-5 {
color: #c9a8a1;
}
/* CSS Variables */
:root {
--color-1: #a7b9b4;
--color-2: #d4c7bf;
--color-3: #f2e3d4;
--color-4: #e9c6a5;
--color-5: #c9a8a1;
}
Dull Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b9b4, #d4c7bf, #f2e3d4, #e9c6a5, #c9a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b9b4, #d4c7bf, #f2e3d4, #e9c6a5, #c9a8a1);
}
Similar color palettes
Dull Earthy Tones color palette created on .