Paleta de colores Celestial Threads
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Threads palette
CSS de la paleta de colores Celestial Threads
/* CSS */
.color-1 {
color: #b8d2ea;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #8cb8d4;
}
.color-4 {
color: #5ca3c7;
}
.color-5 {
color: #3e8ebb;
}
/* CSS Variables */
:root {
--color-1: #b8d2ea;
--color-2: #a3c7e0;
--color-3: #8cb8d4;
--color-4: #5ca3c7;
--color-5: #3e8ebb;
}
CSS del degradado de fondo Celestial Threads
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d2ea, #a3c7e0, #8cb8d4, #5ca3c7, #3e8ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d2ea, #a3c7e0, #8cb8d4, #5ca3c7, #3e8ebb);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Celestial Threads color palette created on .