Wealthy Verdance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wealthy Verdance palette

Share this palette to:

Wealthy Verdance color palette CSS

/* CSS */
.color-1 {
color: #1c3b2f;
}
.color-2 {
color: #4e795b;
}
.color-3 {
color: #a3c69f;
}
.color-4 {
color: #d1e3b0;
}
.color-5 {
color: #f5e9a3;
}

/* CSS Variables */
:root {
--color-1: #1c3b2f;
--color-2: #4e795b;
--color-3: #a3c69f;
--color-4: #d1e3b0;
--color-5: #f5e9a3;
}

Wealthy Verdance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b2f, #4e795b, #a3c69f, #d1e3b0, #f5e9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b2f, #4e795b, #a3c69f, #d1e3b0, #f5e9a3);
}

Wealthy Verdance color palette created on .