Paleta de colores Lunar Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lunar Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Lunar Dreamscape

/* CSS */
.color-1 {
color: #5a3e8e;
}
.color-2 {
color: #786abe;
}
.color-3 {
color: #a1a3d9;
}
.color-4 {
color: #d0d0e7;
}
.color-5 {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--color-1: #5a3e8e;
--color-2: #786abe;
--color-3: #a1a3d9;
--color-4: #d0d0e7;
--color-5: #f5f7ff;
}

CSS del degradado de fondo Lunar Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e8e, #786abe, #a1a3d9, #d0d0e7, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e8e, #786abe, #a1a3d9, #d0d0e7, #f5f7ff);
}

Lunar Dreamscape color palette created on .