Hecate Color Palette
Discover the beautiful Hecate color palette featuring bossanova (#402b55), butterfly bush (#5e4b8b), mamba (#9b7c9c), clam shell (#d2b1b9) and dawn pink (#f2e5e3).
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 Hecate palette
💻 Hecate color palette CSS
/* CSS */
.color-1 {
color: #402b55;
}
.color-2 {
color: #5e4b8b;
}
.color-3 {
color: #9b7c9c;
}
.color-4 {
color: #d2b1b9;
}
.color-5 {
color: #f2e5e3;
}
/* CSS Variables */
:root {
--color-1: #402b55;
--color-2: #5e4b8b;
--color-3: #9b7c9c;
--color-4: #d2b1b9;
--color-5: #f2e5e3;
} 🌈 Hecate background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b55, #5e4b8b, #9b7c9c, #d2b1b9, #f2e5e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b55, #5e4b8b, #9b7c9c, #d2b1b9, #f2e5e3);
} 🔗 Explore similar color palettes
Hecate color palette created on .