Whispers of Tranquil Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Tranquil Earth palette

Share this palette to:

Whispers of Tranquil Earth color palette CSS

/* CSS */
.color-1 {
color: #e2d2b1;
}
.color-2 {
color: #b6bac3;
}
.color-3 {
color: #8da7c3;
}
.color-4 {
color: #9ea432;
}
.color-5 {
color: #6794c1;
}

/* CSS Variables */
:root {
--color-1: #e2d2b1;
--color-2: #b6bac3;
--color-3: #8da7c3;
--color-4: #9ea432;
--color-5: #6794c1;
}

Whispers of Tranquil Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d2b1, #b6bac3, #8da7c3, #9ea432, #6794c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d2b1, #b6bac3, #8da7c3, #9ea432, #6794c1);
}

Whispers of Tranquil Earth color palette created on .