Paleta de colores Light Blue Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Blue Moon palette

Compartir esta paleta en:

CSS de la paleta de colores Light Blue Moon

/* CSS */
.color-1 {
color: #e7e2f8;
}
.color-2 {
color: #b2c3e0;
}
.color-3 {
color: #6b8deb;
}
.color-4 {
color: #4d6ef5;
}
.color-5 {
color: #2d4c95;
}

/* CSS Variables */
:root {
--color-1: #e7e2f8;
--color-2: #b2c3e0;
--color-3: #6b8deb;
--color-4: #4d6ef5;
--color-5: #2d4c95;
}

CSS del degradado de fondo Light Blue Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e2f8, #b2c3e0, #6b8deb, #4d6ef5, #2d4c95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e2f8, #b2c3e0, #6b8deb, #4d6ef5, #2d4c95);
}

Light Blue Moon color palette created on .