Paleta de colores Two Stage Black and Violet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Two Stage Black and Violet palette

Compartir esta paleta en:

Descargar la paleta de colores 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)

CSS de la paleta de colores Two Stage Black and Violet

/* 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 del degradado de fondo 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 .