Verdant Whispering Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whispering Hues palette

Share this palette to:

Verdant Whispering Hues color palette CSS

/* CSS */
.color-1 {
color: #d1da67;
}
.color-2 {
color: #a1ad67;
}
.color-3 {
color: #8ca194;
}
.color-4 {
color: #99a83e;
}
.color-5 {
color: #788859;
}

/* CSS Variables */
:root {
--color-1: #d1da67;
--color-2: #a1ad67;
--color-3: #8ca194;
--color-4: #99a83e;
--color-5: #788859;
}

Verdant Whispering Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1da67, #a1ad67, #8ca194, #99a83e, #788859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1da67, #a1ad67, #8ca194, #99a83e, #788859);
}

Verdant Whispering Hues color palette created on .