Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Download Earthy Elegance Color Palette (PNG)
Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #8c5b3b;
}
.color-3 {
color: #cfb08c;
}
.color-4 {
color: #e0d8c2;
}
.color-5 {
color: #f5f1e5;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8c5b3b;
--color-3: #cfb08c;
--color-4: #e0d8c2;
--color-5: #f5f1e5;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8c5b3b, #cfb08c, #e0d8c2, #f5f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8c5b3b, #cfb08c, #e0d8c2, #f5f1e5);
}
Similar color palettes
Earthy Elegance color palette created on .