Paleta de colores Celestia
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestia palette
Imagen PNG de la paleta de colores Celestia
CSS de la paleta de colores Celestia
/* CSS */
.color-1 {
color: #a1d5e8;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #ff9d00;
}
/* CSS Variables */
:root {
--color-1: #a1d5e8;
--color-2: #f6b83c;
--color-3: #ff6e61;
--color-4: #ffcd29;
--color-5: #ff9d00;
}
CSS del degradado de fondo Celestia
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d5e8, #f6b83c, #ff6e61, #ffcd29, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d5e8, #f6b83c, #ff6e61, #ffcd29, #ff9d00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Celestia color palette created on .