Monster High Color Palette
Discover the beautiful Monster High color palette featuring honey flower (#4a1e6b), plum (#9b3b8e), charm (#d86e9e), wewak (#f4a4b7) and saffron (#f6d73c).
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 Monster High palette
💻 Monster High color palette CSS
/* CSS */
.color-1 {
color: #4a1e6b;
}
.color-2 {
color: #9b3b8e;
}
.color-3 {
color: #d86e9e;
}
.color-4 {
color: #f4a4b7;
}
.color-5 {
color: #f6d73c;
}
/* CSS Variables */
:root {
--color-1: #4a1e6b;
--color-2: #9b3b8e;
--color-3: #d86e9e;
--color-4: #f4a4b7;
--color-5: #f6d73c;
}
🌈 Monster High background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1e6b, #9b3b8e, #d86e9e, #f4a4b7, #f6d73c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1e6b, #9b3b8e, #d86e9e, #f4a4b7, #f6d73c);
}
🔗 Explore similar color palettes
Monster High color palette created on .