Paleta de colores Starstruck

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starstruck palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starstruck

Download starstruck color palette PNG image (landscape)
Download starstruck color palette PNG image (square)

CSS de la paleta de colores Starstruck

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #5d89b1;
}
.color-3 {
color: #8fbfdb;
}
.color-4 {
color: #f3e8a0;
}
.color-5 {
color: #f08c00;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #5d89b1;
--color-3: #8fbfdb;
--color-4: #f3e8a0;
--color-5: #f08c00;
}

CSS del degradado de fondo Starstruck

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #5d89b1, #8fbfdb, #f3e8a0, #f08c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #5d89b1, #8fbfdb, #f3e8a0, #f08c00);
}

Starstruck color palette created on .