Gourmand Color Palette
Discover the beautiful Gourmand color palette featuring cashmere (#e7c6a7), whiskey (#d5a96d), brown rust (#a65c3a), nutmeg (#7a3c2a) and saddle (#4a2d21).
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 Gourmand palette
💻 Gourmand color palette CSS
/* CSS */
.color-1 {
color: #e7c6a7;
}
.color-2 {
color: #d5a96d;
}
.color-3 {
color: #a65c3a;
}
.color-4 {
color: #7a3c2a;
}
.color-5 {
color: #4a2d21;
}
/* CSS Variables */
:root {
--color-1: #e7c6a7;
--color-2: #d5a96d;
--color-3: #a65c3a;
--color-4: #7a3c2a;
--color-5: #4a2d21;
} 🌈 Gourmand background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c6a7, #d5a96d, #a65c3a, #7a3c2a, #4a2d21);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c6a7, #d5a96d, #a65c3a, #7a3c2a, #4a2d21);
} 🔗 Explore similar color palettes
Gourmand color palette created on .