Paleta de colores Moon Elf

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moon Elf palette

Compartir esta paleta en:

CSS de la paleta de colores Moon Elf

/* CSS */
.color-1 {
color: #a5b7d4;
}
.color-2 {
color: #e5e0d1;
}
.color-3 {
color: #d2c8e4;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #789aba;
}

/* CSS Variables */
:root {
--color-1: #a5b7d4;
--color-2: #e5e0d1;
--color-3: #d2c8e4;
--color-4: #b3a8d7;
--color-5: #789aba;
}

CSS del degradado de fondo Moon Elf

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5b7d4, #e5e0d1, #d2c8e4, #b3a8d7, #789aba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5b7d4, #e5e0d1, #d2c8e4, #b3a8d7, #789aba);
}

Moon Elf color palette created on .