Whimsical Forest Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Forest Harmony palette

Share this palette to:

Whimsical Forest Harmony color palette CSS

/* CSS */
.color-1 {
color: #bdc6b9;
}
.color-2 {
color: #8daa08;
}
.color-3 {
color: #7f9759;
}
.color-4 {
color: #98616b;
}
.color-5 {
color: #5a6d1d;
}

/* CSS Variables */
:root {
--color-1: #bdc6b9;
--color-2: #8daa08;
--color-3: #7f9759;
--color-4: #98616b;
--color-5: #5a6d1d;
}

Whimsical Forest Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdc6b9, #8daa08, #7f9759, #98616b, #5a6d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdc6b9, #8daa08, #7f9759, #98616b, #5a6d1d);
}

Similar color palettes

Whimsical Forest Harmony color palette created on .