Earthy Whisperings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Whisperings palette

Share this palette to:

Earthy Whisperings color palette CSS

/* CSS */
.color-1 {
color: #f6eed5;
}
.color-2 {
color: #b19e7c;
}
.color-3 {
color: #6b5b47;
}
.color-4 {
color: #261f17;
}
.color-5 {
color: #17120c;
}

/* CSS Variables */
:root {
--color-1: #f6eed5;
--color-2: #b19e7c;
--color-3: #6b5b47;
--color-4: #261f17;
--color-5: #17120c;
}

Earthy Whisperings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eed5, #b19e7c, #6b5b47, #261f17, #17120c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eed5, #b19e7c, #6b5b47, #261f17, #17120c);
}

Earthy Whisperings color palette created on .