Black and Purplish-Blue Void Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Black and Purplish-Blue Void palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Black and Purplish-Blue Void

Download black and purplish-blue void color palette PNG image (landscape)
Download black and purplish-blue void color palette PNG image (square)

tavolozza dei colori Black and Purplish-Blue Void CSS

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3f3f7d;
}
.color-3 {
color: #5a5ab5;
}
.color-4 {
color: #8c8ce3;
}
.color-5 {
color: #c2c2ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3f3f7d;
--color-3: #5a5ab5;
--color-4: #8c8ce3;
--color-5: #c2c2ff;
}

CSS con gradiente di sfondo Black and Purplish-Blue Void

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}

Black and Purplish-Blue Void color palette created on .