Paleta de colores Celestial Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dreams palette
Imagen PNG de la paleta de colores Celestial Dreams
CSS de la paleta de colores Celestial Dreams
/* CSS */
.color-1 {
color: #1e3b71;
}
.color-2 {
color: #1c5f8d;
}
.color-3 {
color: #3a8e9c;
}
.color-4 {
color: #5cd1c5;
}
.color-5 {
color: #9ce7e6;
}
/* CSS Variables */
:root {
--color-1: #1e3b71;
--color-2: #1c5f8d;
--color-3: #3a8e9c;
--color-4: #5cd1c5;
--color-5: #9ce7e6;
}
CSS del degradado de fondo Celestial Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Azul
Celestial Dreams color palette created on .