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