Paleta de colores Moondrop

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moondrop palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moondrop

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

CSS de la paleta de colores Moondrop

/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #5b8b89;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #a9e2e5;
}
.color-5 {
color: #f6f9f1;
}

/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #5b8b89;
--color-3: #4eb7ac;
--color-4: #a9e2e5;
--color-5: #f6f9f1;
}

CSS del degradado de fondo Moondrop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #5b8b89, #4eb7ac, #a9e2e5, #f6f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #5b8b89, #4eb7ac, #a9e2e5, #f6f9f1);
}

Moondrop color palette created on .