Paleta de colores Moonlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonlit Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Moonlit Serenity

/* CSS */
.color-1 {
color: #c2d4e0;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #8cb7cf;
}
.color-4 {
color: #6ca3b7;
}
.color-5 {
color: #4e8c97;
}

/* CSS Variables */
:root {
--color-1: #c2d4e0;
--color-2: #a5c6d5;
--color-3: #8cb7cf;
--color-4: #6ca3b7;
--color-5: #4e8c97;
}

CSS del degradado de fondo Moonlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d4e0, #a5c6d5, #8cb7cf, #6ca3b7, #4e8c97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d4e0, #a5c6d5, #8cb7cf, #6ca3b7, #4e8c97);
}

Moonlit Serenity color palette created on .