Elegance in Contrast Color Palette
Discover the beautiful Elegance in Contrast color palette featuring white (#ffffff), grain brown (#e5d7b8), old gold (#d4af35), brick red (#c92c41) and black (#000000).
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 Elegance in Contrast palette
💻 Elegance in Contrast color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e5d7b8;
}
.color-3 {
color: #d4af35;
}
.color-4 {
color: #c92c41;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e5d7b8;
--color-3: #d4af35;
--color-4: #c92c41;
--color-5: #000000;
}
🌈 Elegance in Contrast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e5d7b8, #d4af35, #c92c41, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e5d7b8, #d4af35, #c92c41, #000000);
}
🔗 Explore similar color palettes
Elegance in Contrast color palette created on .