Paleta de colores Midnight Temptation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Temptation palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Temptation

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

CSS de la paleta de colores Midnight Temptation

/* CSS */
.color-1 {
color: #141127;
}
.color-2 {
color: #322650;
}
.color-3 {
color: #563277;
}
.color-4 {
color: #79317d;
}
.color-5 {
color: #9e4c75;
}

/* CSS Variables */
:root {
--color-1: #141127;
--color-2: #322650;
--color-3: #563277;
--color-4: #79317d;
--color-5: #9e4c75;
}

CSS del degradado de fondo Midnight Temptation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141127, #322650, #563277, #79317d, #9e4c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141127, #322650, #563277, #79317d, #9e4c75);
}

Midnight Temptation color palette created on .