Whispers of Earth and Stone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earth and Stone palette
Whispers of Earth and Stone color palette CSS
/* CSS */
.color-1 {
color: #d8d4cf;
}
.color-2 {
color: #959065;
}
.color-3 {
color: #616543;
}
.color-4 {
color: #7e371b;
}
.color-5 {
color: #144841;
}
/* CSS Variables */
:root {
--color-1: #d8d4cf;
--color-2: #959065;
--color-3: #616543;
--color-4: #7e371b;
--color-5: #144841;
}
Whispers of Earth and Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d4cf, #959065, #616543, #7e371b, #144841);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d4cf, #959065, #616543, #7e371b, #144841);
}
Similar color palettes
Scroll down to explore 3 Soft beige color palettes
Whispers of Earth and Stone color palette created on .