Soft Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Earth palette
Download Soft Earth Color Palette (PNG)
Soft Earth color palette CSS
/* CSS */
.color-1 {
color: #f1d0c1;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d69a8a;
}
.color-4 {
color: #c57a6d;
}
.color-5 {
color: #b05a54;
}
/* CSS Variables */
:root {
--color-1: #f1d0c1;
--color-2: #e2b8a1;
--color-3: #d69a8a;
--color-4: #c57a6d;
--color-5: #b05a54;
}
Soft Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d0c1, #e2b8a1, #d69a8a, #c57a6d, #b05a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d0c1, #e2b8a1, #d69a8a, #c57a6d, #b05a54);
}
Similar color palettes
Soft Earth color palette created on .