Enchanted Glyphs Color Palette
Discover the beautiful Enchanted Glyphs color palette featuring lavender purple (#917bb2), east side (#c4a1ce), french lilac (#e8cdee), azalea (#f6c5e2) and carousel pink (#fbeaee).
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 Enchanted Glyphs palette
💻 Enchanted Glyphs color palette CSS
/* CSS */
.color-1 {
color: #917bb2;
}
.color-2 {
color: #c4a1ce;
}
.color-3 {
color: #e8cdee;
}
.color-4 {
color: #f6c5e2;
}
.color-5 {
color: #fbeaee;
}
/* CSS Variables */
:root {
--color-1: #917bb2;
--color-2: #c4a1ce;
--color-3: #e8cdee;
--color-4: #f6c5e2;
--color-5: #fbeaee;
} 🌈 Enchanted Glyphs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #917bb2, #c4a1ce, #e8cdee, #f6c5e2, #fbeaee);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #917bb2, #c4a1ce, #e8cdee, #f6c5e2, #fbeaee);
} 🔗 Explore similar color palettes
Enchanted Glyphs color palette created on .