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