Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Elegance palette
Earthy Elegance color palette PNG image
Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #a4b37a;
}
.color-2 {
color: #d0c39a;
}
.color-3 {
color: #bfae8d;
}
.color-4 {
color: #e3c6b0;
}
.color-5 {
color: #b7a94e;
}
/* CSS Variables */
:root {
--color-1: #a4b37a;
--color-2: #d0c39a;
--color-3: #bfae8d;
--color-4: #e3c6b0;
--color-5: #b7a94e;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b37a, #d0c39a, #bfae8d, #e3c6b0, #b7a94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b37a, #d0c39a, #bfae8d, #e3c6b0, #b7a94e);
}
Similar color palettes
Earthy Elegance color palette created on .