Paleta de colores Blue Moonshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Moonshine palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Moonshine

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7d9ccf;
}
.color-3 {
color: #4e6d97;
}
.color-4 {
color: #2c4e6d;
}
.color-5 {
color: #1b394b;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7d9ccf;
--color-3: #4e6d97;
--color-4: #2c4e6d;
--color-5: #1b394b;
}

CSS del degradado de fondo Blue Moonshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7d9ccf, #4e6d97, #2c4e6d, #1b394b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7d9ccf, #4e6d97, #2c4e6d, #1b394b);
}

Blue Moonshine color palette created on .