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