Weirdcore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Weirdcore palette
Color Inspiration
Images that showcase this color palette in real designs
Download Weirdcore Color Palette (PNG)
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);
}
Similar color palettes
Weirdcore color palette created on .