Weirdcore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Weirdcore palette

Share this palette to:

Weirdcore color palette PNG image

Download weirdcore color palette PNG image (landscape)
Download weirdcore color palette PNG image (square)

Weirdcore color palette CSS

/* CSS */
.color-1 {
color: #5c2f6f;
}
.color-2 {
color: #7d4b8b;
}
.color-3 {
color: #af6e9a;
}
.color-4 {
color: #ff998a;
}
.color-5 {
color: #ffce6b;
}

/* CSS Variables */
:root {
--color-1: #5c2f6f;
--color-2: #7d4b8b;
--color-3: #af6e9a;
--color-4: #ff998a;
--color-5: #ffce6b;
}

Weirdcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2f6f, #7d4b8b, #af6e9a, #ff998a, #ffce6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2f6f, #7d4b8b, #af6e9a, #ff998a, #ffce6b);
}

Weirdcore color palette created on .