Whispers of Earth and Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earth and Sky palette
Whispers of Earth and Sky color palette CSS
/* CSS */
.color-1 {
color: #e0c4a9;
}
.color-2 {
color: #bfad8d;
}
.color-3 {
color: #a0abca;
}
.color-4 {
color: #a7956c;
}
.color-5 {
color: #7a7062;
}
/* CSS Variables */
:root {
--color-1: #e0c4a9;
--color-2: #bfad8d;
--color-3: #a0abca;
--color-4: #a7956c;
--color-5: #7a7062;
}
Whispers of Earth and Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c4a9, #bfad8d, #a0abca, #a7956c, #7a7062);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c4a9, #bfad8d, #a0abca, #a7956c, #7a7062);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Whispers of Earth and Sky color palette created on .