Paleta de colores Midnight Amethyst Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Amethyst Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Amethyst Dream

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #690dab;
}
.color-3 {
color: #9f1fef;
}
.color-4 {
color: #da71d7;
}
.color-5 {
color: #dda1dd;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #690dab;
--color-3: #9f1fef;
--color-4: #da71d7;
--color-5: #dda1dd;
}

CSS del degradado de fondo Midnight Amethyst Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #690dab, #9f1fef, #da71d7, #dda1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #690dab, #9f1fef, #da71d7, #dda1dd);
}

Midnight Amethyst Dream color palette created on .