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: #3a693a;
}
.color-2 {
color: #5c8a5c;
}
.color-3 {
color: #97b497;
}
.color-4 {
color: #d1e5d1;
}
.color-5 {
color: #f1f9f1;
}
/* CSS Variables */
:root {
--color-1: #3a693a;
--color-2: #5c8a5c;
--color-3: #97b497;
--color-4: #d1e5d1;
--color-5: #f1f9f1;
}
Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a693a, #5c8a5c, #97b497, #d1e5d1, #f1f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a693a, #5c8a5c, #97b497, #d1e5d1, #f1f9f1);
}
Similar color palettes
Whispering Woods color palette created on .