Paleta de colores Moonlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonlit Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moonlit Serenity

Download moonlit serenity color palette PNG image (landscape)
Download moonlit serenity color palette PNG image (square)

CSS de la paleta de colores Moonlit Serenity

/* CSS */
.color-1 {
color: #c1c6e1;
}
.color-2 {
color: #a2a6d2;
}
.color-3 {
color: #6a7b9a;
}
.color-4 {
color: #4e5c79;
}
.color-5 {
color: #2b3050;
}

/* CSS Variables */
:root {
--color-1: #c1c6e1;
--color-2: #a2a6d2;
--color-3: #6a7b9a;
--color-4: #4e5c79;
--color-5: #2b3050;
}

CSS del degradado de fondo Moonlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c6e1, #a2a6d2, #6a7b9a, #4e5c79, #2b3050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c6e1, #a2a6d2, #6a7b9a, #4e5c79, #2b3050);
}

Moonlit Serenity color palette created on .