Paleta de colores Galactic Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Galactic Dreamscape palette
CSS de la paleta de colores Galactic Dreamscape
/* CSS */
.color-1 {
color: #5b6e9a;
}
.color-2 {
color: #6f8ba5;
}
.color-3 {
color: #a0c4da;
}
.color-4 {
color: #f1b3b1;
}
.color-5 {
color: #eab8d1;
}
/* CSS Variables */
:root {
--color-1: #5b6e9a;
--color-2: #6f8ba5;
--color-3: #a0c4da;
--color-4: #f1b3b1;
--color-5: #eab8d1;
}
CSS del degradado de fondo Galactic Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6e9a, #6f8ba5, #a0c4da, #f1b3b1, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6e9a, #6f8ba5, #a0c4da, #f1b3b1, #eab8d1);
}
Paletas de colores similares
Galactic Dreamscape color palette created on .