Money Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Money palette
Color Inspiration
Images that showcase this color palette in real designs
Download Money Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Money color palette created on .