Purple Moon Moth Color Palette
Discover the beautiful Purple Moon Moth color palette featuring royal blue (#5d5de6), portage (#8790ef), biloba flower (#b2abef), perfume (#e7c8f8) and cherub (#f9d8f2).
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 Purple Moon Moth palette
💻 Purple Moon Moth color palette CSS
/* CSS */
.color-1 {
color: #5d5de6;
}
.color-2 {
color: #8790ef;
}
.color-3 {
color: #b2abef;
}
.color-4 {
color: #e7c8f8;
}
.color-5 {
color: #f9d8f2;
}
/* CSS Variables */
:root {
--color-1: #5d5de6;
--color-2: #8790ef;
--color-3: #b2abef;
--color-4: #e7c8f8;
--color-5: #f9d8f2;
} 🌈 Purple Moon Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5de6, #8790ef, #b2abef, #e7c8f8, #f9d8f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5de6, #8790ef, #b2abef, #e7c8f8, #f9d8f2);
} 🔗 Explore similar color palettes
Purple Moon Moth color palette created on .