Paleta de colores Celestial Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Dreams

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

CSS de la paleta de colores Celestial Dreams

/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #6f74b8;
}
.color-4 {
color: #8e7dbf;
}
.color-5 {
color: #d1c3e9;
}

/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #4a4e8c;
--color-3: #6f74b8;
--color-4: #8e7dbf;
--color-5: #d1c3e9;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #4a4e8c, #6f74b8, #8e7dbf, #d1c3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #4a4e8c, #6f74b8, #8e7dbf, #d1c3e9);
}

Celestial Dreams color palette created on .