Alexandrite Witch Color Palette
Discover the beautiful Alexandrite Witch color palette featuring eden (#0e4b57), eden (#125760), elm (#1b676e), finn (#60245e) and wine berry (#551651).
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 Alexandrite Witch palette
💻 Alexandrite Witch color palette CSS
/* CSS */
.color-1 {
color: #0e4b57;
}
.color-2 {
color: #125760;
}
.color-3 {
color: #1b676e;
}
.color-4 {
color: #60245e;
}
.color-5 {
color: #551651;
}
/* CSS Variables */
:root {
--color-1: #0e4b57;
--color-2: #125760;
--color-3: #1b676e;
--color-4: #60245e;
--color-5: #551651;
} 🌈 Alexandrite Witch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e4b57, #125760, #1b676e, #60245e, #551651);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e4b57, #125760, #1b676e, #60245e, #551651);
} 🔗 Explore similar color palettes
Alexandrite Witch color palette created on .