Paleta de colores Lady of the Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lady of the Moon palette

Compartir esta paleta en:

CSS de la paleta de colores Lady of the Moon

/* CSS */
.color-1 {
color: #4a4e82;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #a7c1d2;
}
.color-4 {
color: #f0e0f0;
}
.color-5 {
color: #e3b5c9;
}

/* CSS Variables */
:root {
--color-1: #4a4e82;
--color-2: #7b8f9d;
--color-3: #a7c1d2;
--color-4: #f0e0f0;
--color-5: #e3b5c9;
}

CSS del degradado de fondo Lady of the Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e82, #7b8f9d, #a7c1d2, #f0e0f0, #e3b5c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e82, #7b8f9d, #a7c1d2, #f0e0f0, #e3b5c9);
}

Lady of the Moon color palette created on .