Paleta de colores Midnight Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Serenity palette

Compartir esta paleta en:

Descargar la paleta de colores Midnight Serenity (PNG)

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

CSS de la paleta de colores Midnight Serenity

/* CSS */
.color-1 {
color: #100c18;
}
.color-2 {
color: #2c3f87;
}
.color-3 {
color: #1c1523;
}
.color-4 {
color: #4a56c4;
}
.color-5 {
color: #060510;
}

/* CSS Variables */
:root {
--color-1: #100c18;
--color-2: #2c3f87;
--color-3: #1c1523;
--color-4: #4a56c4;
--color-5: #060510;
}

CSS del degradado de fondo Midnight Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #100c18, #2c3f87, #1c1523, #4a56c4, #060510);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #100c18, #2c3f87, #1c1523, #4a56c4, #060510);
}

Paletas de colores similares

Midnight Serenity color palette created on .