Anaguma Color Palette
Discover the beautiful Anaguma color palette featuring lily (#d2b2c4), strikemaster (#a2678d), bossanova (#5f3a6e), grape (#401b4b) and valentino (#200b32).
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 Anaguma palette
💻 Anaguma color palette CSS
/* CSS */
.color-1 {
color: #d2b2c4;
}
.color-2 {
color: #a2678d;
}
.color-3 {
color: #5f3a6e;
}
.color-4 {
color: #401b4b;
}
.color-5 {
color: #200b32;
}
/* CSS Variables */
:root {
--color-1: #d2b2c4;
--color-2: #a2678d;
--color-3: #5f3a6e;
--color-4: #401b4b;
--color-5: #200b32;
}
🌈 Anaguma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b2c4, #a2678d, #5f3a6e, #401b4b, #200b32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b2c4, #a2678d, #5f3a6e, #401b4b, #200b32);
}
🔗 Explore similar color palettes
Anaguma color palette created on .