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: #4b6eaf;
}
.color-2 {
color: #6cb2e5;
}
.color-3 {
color: #99d3ea;
}
.color-4 {
color: #f3a353;
}
.color-5 {
color: #f15a27;
}
/* CSS Variables */
:root {
--color-1: #4b6eaf;
--color-2: #6cb2e5;
--color-3: #99d3ea;
--color-4: #f3a353;
--color-5: #f15a27;
}
CSS del degradado de fondo Celestial Voyage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6eaf, #6cb2e5, #99d3ea, #f3a353, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6eaf, #6cb2e5, #99d3ea, #f3a353, #f15a27);
}
Paletas de colores similares
Celestial Voyage color palette created on .