Weird Core Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Weird Core palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Weird Core

Download weird core color palette PNG image (landscape)
Download weird core color palette PNG image (square)

tavolozza dei colori Weird Core CSS

/* CSS */
.color-1 {
color: #bba8d6;
}
.color-2 {
color: #d4c2e0;
}
.color-3 {
color: #f2e3b5;
}
.color-4 {
color: #f4c6b8;
}
.color-5 {
color: #e67a7a;
}

/* CSS Variables */
:root {
--color-1: #bba8d6;
--color-2: #d4c2e0;
--color-3: #f2e3b5;
--color-4: #f4c6b8;
--color-5: #e67a7a;
}

CSS con gradiente di sfondo Weird Core

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bba8d6, #d4c2e0, #f2e3b5, #f4c6b8, #e67a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bba8d6, #d4c2e0, #f2e3b5, #f4c6b8, #e67a7a);
}

Weird Core color palette created on .