Weirdcore Color Palette
Discover the beautiful Weirdcore color palette featuring plum (#8f3d7e), mulberry (#c44a8b), illusion (#f1a7c8), portica (#f5dc6b) and danube (#6b83d1).
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 Weirdcore palette
💻 Weirdcore color palette CSS
/* CSS */
.color-1 {
color: #8f3d7e;
}
.color-2 {
color: #c44a8b;
}
.color-3 {
color: #f1a7c8;
}
.color-4 {
color: #f5dc6b;
}
.color-5 {
color: #6b83d1;
}
/* CSS Variables */
:root {
--color-1: #8f3d7e;
--color-2: #c44a8b;
--color-3: #f1a7c8;
--color-4: #f5dc6b;
--color-5: #6b83d1;
}
🌈 Weirdcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f3d7e, #c44a8b, #f1a7c8, #f5dc6b, #6b83d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f3d7e, #c44a8b, #f1a7c8, #f5dc6b, #6b83d1);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Weirdcore color palette created on .