Wealth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wealth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wealth Color Palette (PNG)
Wealth color palette CSS
/* CSS */
.color-1 {
color: #1a603d;
}
.color-2 {
color: #4f8c5e;
}
.color-3 {
color: #7ebe8a;
}
.color-4 {
color: #d5d34d;
}
.color-5 {
color: #b77a1f;
}
/* CSS Variables */
:root {
--color-1: #1a603d;
--color-2: #4f8c5e;
--color-3: #7ebe8a;
--color-4: #d5d34d;
--color-5: #b77a1f;
}
Wealth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a603d, #4f8c5e, #7ebe8a, #d5d34d, #b77a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a603d, #4f8c5e, #7ebe8a, #d5d34d, #b77a1f);
}
Similar color palettes
Wealth color palette created on .