Paleta de colores Celestial Degradation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Degradation palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Degradation

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3c2a98;
}
.color-3 {
color: #5f4ea2;
}
.color-4 {
color: #a37dba;
}
.color-5 {
color: #d1a2e6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3c2a98;
--color-3: #5f4ea2;
--color-4: #a37dba;
--color-5: #d1a2e6;
}

CSS del degradado de fondo Celestial Degradation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3c2a98, #5f4ea2, #a37dba, #d1a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3c2a98, #5f4ea2, #a37dba, #d1a2e6);
}

Celestial Degradation color palette created on .