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