Golden Lavender Color Palette
Discover the beautiful Golden Lavender color palette featuring double colonial white (#f0d9a8), zombie (#e4ca9a), prelude (#d3bae3), cold purple (#b6a1d9) and lavender purple (#988ebe).
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 Lavender palette
💻 Golden Lavender color palette CSS
/* CSS */
.color-1 {
color: #f0d9a8;
}
.color-2 {
color: #e4ca9a;
}
.color-3 {
color: #d3bae3;
}
.color-4 {
color: #b6a1d9;
}
.color-5 {
color: #988ebe;
}
/* CSS Variables */
:root {
--color-1: #f0d9a8;
--color-2: #e4ca9a;
--color-3: #d3bae3;
--color-4: #b6a1d9;
--color-5: #988ebe;
} 🌈 Golden Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d9a8, #e4ca9a, #d3bae3, #b6a1d9, #988ebe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d9a8, #e4ca9a, #d3bae3, #b6a1d9, #988ebe);
} 🔗 Explore similar color palettes
Golden Lavender color palette created on .