Paleta de colores Celestial Symphony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Symphony palette
Imagen PNG de la paleta de colores Celestial Symphony
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Azul
Celestial Symphony color palette created on .