Metallic Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metallic Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Metallic Elegance Color Palette (PNG)
Metallic Elegance color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #cd8032;
}
.color-4 {
color: #f5f5db;
}
.color-5 {
color: #fff8db;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #bfbfbf;
--color-3: #cd8032;
--color-4: #f5f5db;
--color-5: #fff8db;
}
Metallic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #bfbfbf, #cd8032, #f5f5db, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #bfbfbf, #cd8032, #f5f5db, #fff8db);
}
Similar color palettes
Metallic Elegance color palette created on .