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: #fff2e0;
}
.color-2 {
color: #d5b390;
}
.color-3 {
color: #99a073;
}
.color-4 {
color: #727d54;
}
.color-5 {
color: #3b0d0d;
}
/* CSS Variables */
:root {
--color-1: #fff2e0;
--color-2: #d5b390;
--color-3: #99a073;
--color-4: #727d54;
--color-5: #3b0d0d;
}
Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff2e0, #d5b390, #99a073, #727d54, #3b0d0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff2e0, #d5b390, #99a073, #727d54, #3b0d0d);
}
Similar color palettes
Earthy Elegance color palette created on .