Whispers of the Woodland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

Share this palette to:

Whispers of the Woodland color palette CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #7dbf69;
}
.color-3 {
color: #a9d9a1;
}
.color-4 {
color: #e5f8d3;
}
.color-5 {
color: #f0f9e7;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #7dbf69;
--color-3: #a9d9a1;
--color-4: #e5f8d3;
--color-5: #f0f9e7;
}

Whispers of the Woodland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #7dbf69, #a9d9a1, #e5f8d3, #f0f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #7dbf69, #a9d9a1, #e5f8d3, #f0f9e7);
}

Whispers of the Woodland color palette created on .