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