Whispers of Tranquil Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tranquil Earth palette
Whispers of Tranquil Earth color palette CSS
/* CSS */
.color-1 {
color: #f9fafb;
}
.color-2 {
color: #d2dbdf;
}
.color-3 {
color: #d4bf77;
}
.color-4 {
color: #8ebeb8;
}
.color-5 {
color: #97a470;
}
/* CSS Variables */
:root {
--color-1: #f9fafb;
--color-2: #d2dbdf;
--color-3: #d4bf77;
--color-4: #8ebeb8;
--color-5: #97a470;
}
Whispers of Tranquil Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafb, #d2dbdf, #d4bf77, #8ebeb8, #97a470);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafb, #d2dbdf, #d4bf77, #8ebeb8, #97a470);
}
Similar color palettes
Scroll down to explore 10+ Light gray color palettes
Whispers of Tranquil Earth color palette created on .