Paleta de colores Celestial Voyage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Voyage palette
CSS de la paleta de colores Celestial Voyage
/* CSS */
.color-1 {
color: #1c2b4a;
}
.color-2 {
color: #3d4c7b;
}
.color-3 {
color: #7a8ca8;
}
.color-4 {
color: #a3c4d7;
}
.color-5 {
color: #dfe7f1;
}
/* CSS Variables */
:root {
--color-1: #1c2b4a;
--color-2: #3d4c7b;
--color-3: #7a8ca8;
--color-4: #a3c4d7;
--color-5: #dfe7f1;
}
CSS del degradado de fondo Celestial Voyage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b4a, #3d4c7b, #7a8ca8, #a3c4d7, #dfe7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b4a, #3d4c7b, #7a8ca8, #a3c4d7, #dfe7f1);
}
Paletas de colores similares
Celestial Voyage color palette created on .