Paleta de colores Dark Moonlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Moonlight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dark Moonlight

Download dark moonlight color palette PNG image (landscape)
Download dark moonlight color palette PNG image (square)

CSS de la paleta de colores Dark Moonlight

/* CSS */
.color-1 {
color: #191b29;
}
.color-2 {
color: #2a2c3c;
}
.color-3 {
color: #4b4d6c;
}
.color-4 {
color: #6d6f8d;
}
.color-5 {
color: #e0e2ff;
}

/* CSS Variables */
:root {
--color-1: #191b29;
--color-2: #2a2c3c;
--color-3: #4b4d6c;
--color-4: #6d6f8d;
--color-5: #e0e2ff;
}

CSS del degradado de fondo Dark Moonlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191b29, #2a2c3c, #4b4d6c, #6d6f8d, #e0e2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191b29, #2a2c3c, #4b4d6c, #6d6f8d, #e0e2ff);
}

Dark Moonlight color palette created on .