Paleta de colores Celestial Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Shadows

/* CSS */
.color-1 {
color: #1e1e2e;
}
.color-2 {
color: #4d4d6a;
}
.color-3 {
color: #7e7e9a;
}
.color-4 {
color: #b0b0d8;
}
.color-5 {
color: #e5e5ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e2e;
--color-2: #4d4d6a;
--color-3: #7e7e9a;
--color-4: #b0b0d8;
--color-5: #e5e5ff;
}

CSS del degradado de fondo Celestial Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2e, #4d4d6a, #7e7e9a, #b0b0d8, #e5e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2e, #4d4d6a, #7e7e9a, #b0b0d8, #e5e5ff);
}

Celestial Shadows color palette created on .