Purple Night Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Night palette

Condividi questa palette a:

tavolozza dei colori Purple Night CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #4a3e8e;
}
.color-3 {
color: #7b5b9f;
}
.color-4 {
color: #c5a2e2;
}
.color-5 {
color: #f1e2f3;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #4a3e8e;
--color-3: #7b5b9f;
--color-4: #c5a2e2;
--color-5: #f1e2f3;
}

CSS con gradiente di sfondo Purple Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #4a3e8e, #7b5b9f, #c5a2e2, #f1e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #4a3e8e, #7b5b9f, #c5a2e2, #f1e2f3);
}

Purple Night color palette created on .