Paleta de colores Moonflower

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonflower palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moonflower

Download moonflower color palette PNG image (landscape)
Download moonflower color palette PNG image (square)

CSS de la paleta de colores Moonflower

/* CSS */
.color-1 {
color: #e5d6f5;
}
.color-2 {
color: #c7b2e6;
}
.color-3 {
color: #7c71c6;
}
.color-4 {
color: #4b4988;
}
.color-5 {
color: #1f194d;
}

/* CSS Variables */
:root {
--color-1: #e5d6f5;
--color-2: #c7b2e6;
--color-3: #7c71c6;
--color-4: #4b4988;
--color-5: #1f194d;
}

CSS del degradado de fondo Moonflower

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d6f5, #c7b2e6, #7c71c6, #4b4988, #1f194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d6f5, #c7b2e6, #7c71c6, #4b4988, #1f194d);
}

Moonflower color palette created on .