Whispering Woods Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Woods palette

Share this palette to:

Whispering Woods color palette CSS

/* CSS */
.color-1 {
color: #3a593a;
}
.color-2 {
color: #6a9a6a;
}
.color-3 {
color: #8fc1af;
}
.color-4 {
color: #a4daa4;
}
.color-5 {
color: #dae7da;
}

/* CSS Variables */
:root {
--color-1: #3a593a;
--color-2: #6a9a6a;
--color-3: #8fc1af;
--color-4: #a4daa4;
--color-5: #dae7da;
}

Whispering Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a593a, #6a9a6a, #8fc1af, #a4daa4, #dae7da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a593a, #6a9a6a, #8fc1af, #a4daa4, #dae7da);
}

Whispering Woods color palette created on .