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