Whispers of Verdant Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Verdant Earth palette
Image Gallery
Whispers of Verdant Earth color palette CSS
/* CSS */
.color-1 {
color: #cfd963;
}
.color-2 {
color: #9fb18c;
}
.color-3 {
color: #97a44c;
}
.color-4 {
color: #758a78;
}
.color-5 {
color: #6f8038;
}
/* CSS Variables */
:root {
--color-1: #cfd963;
--color-2: #9fb18c;
--color-3: #97a44c;
--color-4: #758a78;
--color-5: #6f8038;
}
Whispers of Verdant Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd963, #9fb18c, #97a44c, #758a78, #6f8038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd963, #9fb18c, #97a44c, #758a78, #6f8038);
}
Similar color palettes
Whispers of Verdant Earth color palette created on .