Whispering Woods Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Woods palette
Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #2f4c3b;
}
.color-2 {
color: #4f7d6d;
}
.color-3 {
color: #8bc6b8;
}
.color-4 {
color: #b2e1d9;
}
.color-5 {
color: #def7f3;
}
/* CSS Variables */
:root {
--color-1: #2f4c3b;
--color-2: #4f7d6d;
--color-3: #8bc6b8;
--color-4: #b2e1d9;
--color-5: #def7f3;
}
Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4c3b, #4f7d6d, #8bc6b8, #b2e1d9, #def7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4c3b, #4f7d6d, #8bc6b8, #b2e1d9, #def7f3);
}
Similar color palettes
Whispering Woods color palette created on .