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