Gentle Gold Color Palette
Discover the beautiful Gentle Gold color palette featuring cashmere (#e6cba8), rodeo dust (#c7a59e), lavender gray (#c3b5d4), east bay (#4b3b78) and merino (#f7f3e8).
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 Gentle Gold palette
💻 Gentle Gold color palette CSS
/* CSS */
.color-1 {
color: #e6cba8;
}
.color-2 {
color: #c7a59e;
}
.color-3 {
color: #c3b5d4;
}
.color-4 {
color: #4b3b78;
}
.color-5 {
color: #f7f3e8;
}
/* CSS Variables */
:root {
--color-1: #e6cba8;
--color-2: #c7a59e;
--color-3: #c3b5d4;
--color-4: #4b3b78;
--color-5: #f7f3e8;
} 🌈 Gentle Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6cba8, #c7a59e, #c3b5d4, #4b3b78, #f7f3e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6cba8, #c7a59e, #c3b5d4, #4b3b78, #f7f3e8);
} 🔗 Explore similar color palettes
Gentle Gold color palette created on .