Whispering Pines Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Pines palette
Whispering Pines color palette CSS
/* CSS */
.color-1 {
color: #a4c6a9;
}
.color-2 {
color: #7d9b6f;
}
.color-3 {
color: #4d7f3d;
}
.color-4 {
color: #1e5c2e;
}
.color-5 {
color: #b7e8b5;
}
/* CSS Variables */
:root {
--color-1: #a4c6a9;
--color-2: #7d9b6f;
--color-3: #4d7f3d;
--color-4: #1e5c2e;
--color-5: #b7e8b5;
}
Whispering Pines background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a9, #7d9b6f, #4d7f3d, #1e5c2e, #b7e8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a9, #7d9b6f, #4d7f3d, #1e5c2e, #b7e8b5);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Whispering Pines color palette created on .