Paleta de colores Galactic Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galactic Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Galactic Serenity

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #494d97;
}
.color-3 {
color: #696eba;
}
.color-4 {
color: #a9c3e0;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #494d97;
--color-3: #696eba;
--color-4: #a9c3e0;
--color-5: #f1f5f8;
}

CSS del degradado de fondo Galactic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #494d97, #696eba, #a9c3e0, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #494d97, #696eba, #a9c3e0, #f1f5f8);
}

Galactic Serenity color palette created on .