Paleta de colores Celestial Descent

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Descent palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Descent

Download celestial descent color palette PNG image (landscape)
Download celestial descent color palette PNG image (square)

CSS de la paleta de colores Celestial Descent

/* CSS */
.color-1 {
color: #e5f7ff;
}
.color-2 {
color: #a3d7e6;
}
.color-3 {
color: #6bbfd1;
}
.color-4 {
color: #3999d0;
}
.color-5 {
color: #1e80be;
}

/* CSS Variables */
:root {
--color-1: #e5f7ff;
--color-2: #a3d7e6;
--color-3: #6bbfd1;
--color-4: #3999d0;
--color-5: #1e80be;
}

CSS del degradado de fondo Celestial Descent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f7ff, #a3d7e6, #6bbfd1, #3999d0, #1e80be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f7ff, #a3d7e6, #6bbfd1, #3999d0, #1e80be);
}

Celestial Descent color palette created on .