Paleta de colores Moonlight Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonlight Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moonlight Glow

Download moonlight glow color palette PNG image (landscape)
Download moonlight glow color palette PNG image (square)

CSS de la paleta de colores Moonlight Glow

/* CSS */
.color-1 {
color: #b0c4de;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #a8a8a8;
--color-3: #d4d4d4;
--color-4: #f0e78e;
--color-5: #ffd900;
}

CSS del degradado de fondo Moonlight Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #a8a8a8, #d4d4d4, #f0e78e, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #a8a8a8, #d4d4d4, #f0e78e, #ffd900);
}

Moonlight Glow color palette created on .