Midnight Lycanroc Color Palette
Discover the beautiful Midnight Lycanroc color palette featuring mid gray (#5e5b6b), bouquet (#a8718c), clam shell (#cfafb3), yellow sea (#f0b000) and butterfly bush (#5d4b91).
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 Midnight Lycanroc palette
💻 Midnight Lycanroc color palette CSS
/* CSS */
.color-1 {
color: #5e5b6b;
}
.color-2 {
color: #a8718c;
}
.color-3 {
color: #cfafb3;
}
.color-4 {
color: #f0b000;
}
.color-5 {
color: #5d4b91;
}
/* CSS Variables */
:root {
--color-1: #5e5b6b;
--color-2: #a8718c;
--color-3: #cfafb3;
--color-4: #f0b000;
--color-5: #5d4b91;
} 🌈 Midnight Lycanroc background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5b6b, #a8718c, #cfafb3, #f0b000, #5d4b91);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5b6b, #a8718c, #cfafb3, #f0b000, #5d4b91);
} 🔗 Explore similar color palettes
Midnight Lycanroc color palette created on .