Warm Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Earth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Earth Color Palette (PNG)
Warm Earth color palette CSS
/* CSS */
.color-1 {
color: #aa5f3c;
}
.color-2 {
color: #e1b293;
}
.color-3 {
color: #d9956d;
}
.color-4 {
color: #d8b279;
}
.color-5 {
color: #cc8d66;
}
/* CSS Variables */
:root {
--color-1: #aa5f3c;
--color-2: #e1b293;
--color-3: #d9956d;
--color-4: #d8b279;
--color-5: #cc8d66;
}
Warm Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa5f3c, #e1b293, #d9956d, #d8b279, #cc8d66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa5f3c, #e1b293, #d9956d, #d8b279, #cc8d66);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Warm Earth color palette created on .