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: #e4e1b9;
}
.color-2 {
color: #c7c3a9;
}
.color-3 {
color: #a7a08b;
}
.color-4 {
color: #7a7a6c;
}
.color-5 {
color: #4b4b4e;
}
/* CSS Variables */
:root {
--color-1: #e4e1b9;
--color-2: #c7c3a9;
--color-3: #a7a08b;
--color-4: #7a7a6c;
--color-5: #4b4b4e;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e1b9, #c7c3a9, #a7a08b, #7a7a6c, #4b4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e1b9, #c7c3a9, #a7a08b, #7a7a6c, #4b4b4e);
}
Similar color palettes
Earthy Elegance color palette created on .