Wealthy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wealthy palette

Share this palette to:

Wealthy color palette PNG image

Download wealthy color palette PNG image (landscape)
Download wealthy color palette PNG image (square)

Wealthy color palette CSS

/* CSS */
.color-1 {
color: #1e3a3e;
}
.color-2 {
color: #3c7172;
}
.color-3 {
color: #80b3a7;
}
.color-4 {
color: #d9c39b;
}
.color-5 {
color: #c7693d;
}

/* CSS Variables */
:root {
--color-1: #1e3a3e;
--color-2: #3c7172;
--color-3: #80b3a7;
--color-4: #d9c39b;
--color-5: #c7693d;
}

Wealthy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a3e, #3c7172, #80b3a7, #d9c39b, #c7693d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a3e, #3c7172, #80b3a7, #d9c39b, #c7693d);
}

Wealthy color palette created on .