Verdant Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whispers palette

Share this palette to:

Verdant Whispers color palette CSS

/* CSS */
.color-1 {
color: #b2d100;
}
.color-2 {
color: #7bbd00;
}
.color-3 {
color: #4a8f00;
}
.color-4 {
color: #407000;
}
.color-5 {
color: #2b5700;
}

/* CSS Variables */
:root {
--color-1: #b2d100;
--color-2: #7bbd00;
--color-3: #4a8f00;
--color-4: #407000;
--color-5: #2b5700;
}

Verdant Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d100, #7bbd00, #4a8f00, #407000, #2b5700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d100, #7bbd00, #4a8f00, #407000, #2b5700);
}

Verdant Whispers color palette created on .