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: #1a5e8e;
}
.color-2 {
color: #3faad5;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #1a5e8e;
--color-2: #3faad5;
--color-3: #a3e1e6;
--color-4: #f9d780;
--color-5: #e9b79f;
}
CSS del degradado de fondo Celestial Voyage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5e8e, #3faad5, #a3e1e6, #f9d780, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5e8e, #3faad5, #a3e1e6, #f9d780, #e9b79f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Estético
Celestial Voyage color palette created on .