Paleta de colores Midnight Orchid

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Orchid palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Orchid

Download midnight orchid color palette PNG image (landscape)
Download midnight orchid color palette PNG image (square)

CSS de la paleta de colores Midnight Orchid

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4c409c;
}
.color-3 {
color: #7b6cb2;
}
.color-4 {
color: #af7dba;
}
.color-5 {
color: #eac3d6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c409c;
--color-3: #7b6cb2;
--color-4: #af7dba;
--color-5: #eac3d6;
}

CSS del degradado de fondo Midnight Orchid

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c409c, #7b6cb2, #af7dba, #eac3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c409c, #7b6cb2, #af7dba, #eac3d6);
}

Midnight Orchid color palette created on .