Whispers of the Woodland Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Woodland palette
Whispers of the Woodland color palette CSS
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #9fc1a7;
}
.color-3 {
color: #4e6b4c;
}
.color-4 {
color: #e4e9b9;
}
.color-5 {
color: #bcae5c;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #9fc1a7;
--color-3: #4e6b4c;
--color-4: #e4e9b9;
--color-5: #bcae5c;
}
Whispers of the Woodland background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #9fc1a7, #4e6b4c, #e4e9b9, #bcae5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #9fc1a7, #4e6b4c, #e4e9b9, #bcae5c);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Whispers of the Woodland color palette created on .