Whispering Moth Glade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Moth Glade palette
Whispering Moth Glade color palette CSS
/* CSS */
.color-1 {
color: #4b7c60;
}
.color-2 {
color: #6dba8b;
}
.color-3 {
color: #a3d2b5;
}
.color-4 {
color: #e5f9e1;
}
.color-5 {
color: #f1f4f0;
}
/* CSS Variables */
:root {
--color-1: #4b7c60;
--color-2: #6dba8b;
--color-3: #a3d2b5;
--color-4: #e5f9e1;
--color-5: #f1f4f0;
}
Whispering Moth Glade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c60, #6dba8b, #a3d2b5, #e5f9e1, #f1f4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c60, #6dba8b, #a3d2b5, #e5f9e1, #f1f4f0);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Whispering Moth Glade color palette created on .