Weirdcore Color Palette
Discover the beautiful Weirdcore color palette featuring butterfly bush (#6c508b), bouquet (#a77b91), ronchi (#f1c84b), bittersweet (#ff6e61) and edgewater (#d0e7e1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Modern, Pink, Psychedelic, Purple, Teal, Vibrant, Yellow color palettes and combinations.
💡 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 Weirdcore palette
💻 Weirdcore color palette CSS
/* CSS */
.color-1 {
color: #6c508b;
}
.color-2 {
color: #a77b91;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d0e7e1;
}
/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #a77b91;
--color-3: #f1c84b;
--color-4: #ff6e61;
--color-5: #d0e7e1;
} 🌈 Weirdcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #a77b91, #f1c84b, #ff6e61, #d0e7e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #a77b91, #f1c84b, #ff6e61, #d0e7e1);
} 🔗 Explore similar color palettes
Weirdcore color palette created on .