Earthy Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Whispers palette

Share this palette to:

Earthy Whispers color palette CSS

/* CSS */
.color-1 {
color: #b1daa0;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #8f5c3d;
}
.color-4 {
color: #e9c6a5;
}
.color-5 {
color: #4b3f3f;
}

/* CSS Variables */
:root {
--color-1: #b1daa0;
--color-2: #ff6b6b;
--color-3: #8f5c3d;
--color-4: #e9c6a5;
--color-5: #4b3f3f;
}

Earthy Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1daa0, #ff6b6b, #8f5c3d, #e9c6a5, #4b3f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1daa0, #ff6b6b, #8f5c3d, #e9c6a5, #4b3f3f);
}

Earthy Whispers color palette created on .