Mystic Whiskers Color Palette
Discover the beautiful Mystic Whiskers color palette featuring butterfly bush (#5c4d89), trendy pink (#8a6d9c), london hue (#b3a1c4), melanie (#e0aed4) and chantilly (#f8c4d7).
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 Mystic Whiskers palette
💻 Mystic Whiskers color palette CSS
/* CSS */
.color-1 {
color: #5c4d89;
}
.color-2 {
color: #8a6d9c;
}
.color-3 {
color: #b3a1c4;
}
.color-4 {
color: #e0aed4;
}
.color-5 {
color: #f8c4d7;
}
/* CSS Variables */
:root {
--color-1: #5c4d89;
--color-2: #8a6d9c;
--color-3: #b3a1c4;
--color-4: #e0aed4;
--color-5: #f8c4d7;
} 🌈 Mystic Whiskers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4d89, #8a6d9c, #b3a1c4, #e0aed4, #f8c4d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4d89, #8a6d9c, #b3a1c4, #e0aed4, #f8c4d7);
} 🔗 Explore similar color palettes
Mystic Whiskers color palette created on .