Verdant Wealth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Wealth palette
Verdant Wealth color palette CSS
/* CSS */
.color-1 {
color: #1f893b;
}
.color-2 {
color: #40bf6a;
}
.color-3 {
color: #76d09f;
}
.color-4 {
color: #b3e1b2;
}
.color-5 {
color: #e6f9e6;
}
/* CSS Variables */
:root {
--color-1: #1f893b;
--color-2: #40bf6a;
--color-3: #76d09f;
--color-4: #b3e1b2;
--color-5: #e6f9e6;
}
Verdant Wealth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f893b, #40bf6a, #76d09f, #b3e1b2, #e6f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f893b, #40bf6a, #76d09f, #b3e1b2, #e6f9e6);
}
Similar color palettes
Verdant Wealth color palette created on .