Paleta de colores Celestial Drift
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Drift palette
CSS de la paleta de colores Celestial Drift
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d4d4d4;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #add8e6;
}
.color-5 {
color: #85cdfa;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d4d4d4;
--color-3: #b1e0e7;
--color-4: #add8e6;
--color-5: #85cdfa;
}
CSS del degradado de fondo Celestial Drift
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d4d4d4, #b1e0e7, #add8e6, #85cdfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d4d4d4, #b1e0e7, #add8e6, #85cdfa);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Celestial Drift color palette created on .