Paleta de colores Celestial Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Symphony palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Symphony

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

CSS de la paleta de colores Celestial Symphony

/* CSS */
.color-1 {
color: #2e417a;
}
.color-2 {
color: #5865b6;
}
.color-3 {
color: #9da0dd;
}
.color-4 {
color: #cbcaf7;
}
.color-5 {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--color-1: #2e417a;
--color-2: #5865b6;
--color-3: #9da0dd;
--color-4: #cbcaf7;
--color-5: #f5f7ff;
}

CSS del degradado de fondo Celestial Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e417a, #5865b6, #9da0dd, #cbcaf7, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e417a, #5865b6, #9da0dd, #cbcaf7, #f5f7ff);
}

Celestial Symphony color palette created on .