Weirdcore Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Weirdcore palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Weirdcore

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

tavolozza dei colori Weirdcore 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;
}

CSS con gradiente di sfondo Weirdcore

/* 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 .