Two Stage Black and Violet Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Two Stage Black and Violet palette

Condividi questa palette a:

Scarica la tavolozza dei colori Two Stage Black and Violet (PNG)

Download two stage black and violet color palette PNG image (landscape)
Download two stage black and violet color palette PNG image (square)

tavolozza dei colori Two Stage Black and Violet CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4a2c87;
}
.color-3 {
color: #704d9d;
}
.color-4 {
color: #a879b4;
}
.color-5 {
color: #d6c3df;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a2c87;
--color-3: #704d9d;
--color-4: #a879b4;
--color-5: #d6c3df;
}

CSS con gradiente di sfondo Two Stage Black and Violet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a2c87, #704d9d, #a879b4, #d6c3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a2c87, #704d9d, #a879b4, #d6c3df);
}

Two Stage Black and Violet color palette created on .