Anniversary Glow Color Palette
Discover the beautiful Anniversary Glow color palette featuring golden grass (#e3b52b), lucky (#b3a61e), sushi (#8e9a32), fruit salad (#5a994d) and bismark (#3e6a7e).
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 Anniversary Glow palette
💻 Anniversary Glow color palette CSS
/* CSS */
.color-1 {
color: #e3b52b;
}
.color-2 {
color: #b3a61e;
}
.color-3 {
color: #8e9a32;
}
.color-4 {
color: #5a994d;
}
.color-5 {
color: #3e6a7e;
}
/* CSS Variables */
:root {
--color-1: #e3b52b;
--color-2: #b3a61e;
--color-3: #8e9a32;
--color-4: #5a994d;
--color-5: #3e6a7e;
} 🌈 Anniversary Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b52b, #b3a61e, #8e9a32, #5a994d, #3e6a7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b52b, #b3a61e, #8e9a32, #5a994d, #3e6a7e);
} 🔗 Explore similar color palettes
Anniversary Glow color palette created on .