Golden Elegance Color Palette
Discover the beautiful Golden Elegance color palette featuring snuff (#d8dbec), snuff (#d2cce4), blue haze (#c9c3dd), london hue (#c6b3cf) and lilac (#bf9bbe).
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 Golden Elegance palette
💻 Golden Elegance color palette CSS
/* CSS */
.color-1 {
color: #d8dbec;
}
.color-2 {
color: #d2cce4;
}
.color-3 {
color: #c9c3dd;
}
.color-4 {
color: #c6b3cf;
}
.color-5 {
color: #bf9bbe;
}
/* CSS Variables */
:root {
--color-1: #d8dbec;
--color-2: #d2cce4;
--color-3: #c9c3dd;
--color-4: #c6b3cf;
--color-5: #bf9bbe;
} 🌈 Golden Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8dbec, #d2cce4, #c9c3dd, #c6b3cf, #bf9bbe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8dbec, #d2cce4, #c9c3dd, #c6b3cf, #bf9bbe);
} 🔗 Explore similar color palettes
Golden Elegance color palette created on .