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