Paleta de colores Shadow Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shadow Moon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shadow Moon

Download shadow moon color palette PNG image (landscape)
Download shadow moon color palette PNG image (square)

CSS de la paleta de colores Shadow Moon

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #4b4b68;
}
.color-3 {
color: #7676a2;
}
.color-4 {
color: #a8a8d6;
}
.color-5 {
color: #dbdbf0;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #4b4b68;
--color-3: #7676a2;
--color-4: #a8a8d6;
--color-5: #dbdbf0;
}

CSS del degradado de fondo Shadow Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #4b4b68, #7676a2, #a8a8d6, #dbdbf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #4b4b68, #7676a2, #a8a8d6, #dbdbf0);
}

Shadow Moon color palette created on .