Money Color Palette
Discover the beautiful Money color palette featuring moss green (#a7d7b8), puerto rico (#4abf9e), lochinvar (#2d9a88), green pea (#1e6b61) and blue dianne (#194d4d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Money palette
💻 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);
}
🔗 Explore similar color palettes
Money color palette created on .