Money Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Money palette

Share this palette to:

Download Money Color Palette (PNG)

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

Money color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #4abf9e;
}
.color-3 {
color: #2d9a88;
}
.color-4 {
color: #1e6b61;
}
.color-5 {
color: #194d4d;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #4abf9e;
--color-3: #2d9a88;
--color-4: #1e6b61;
--color-5: #194d4d;
}

Money background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #4abf9e, #2d9a88, #1e6b61, #194d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #4abf9e, #2d9a88, #1e6b61, #194d4d);
}

Money color palette created on .