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: #1f3d4c;
}
.color-2 {
color: #3e5e79;
}
.color-3 {
color: #718db7;
}
.color-4 {
color: #a1c0de;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #1f3d4c;
--color-2: #3e5e79;
--color-3: #718db7;
--color-4: #a1c0de;
--color-5: #f4cf3e;
}
CSS del degradado de fondo Celestial Voyage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d4c, #3e5e79, #718db7, #a1c0de, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d4c, #3e5e79, #718db7, #a1c0de, #f4cf3e);
}
Paletas de colores similares
Celestial Voyage color palette created on .