Paleta de colores Starry Danger

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starry Danger palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starry Danger

Download starry danger color palette PNG image (landscape)
Download starry danger color palette PNG image (square)

CSS de la paleta de colores Starry Danger

/* CSS */
.color-1 {
color: #0c103c;
}
.color-2 {
color: #2f1146;
}
.color-3 {
color: #431f70;
}
.color-4 {
color: #8737b9;
}
.color-5 {
color: #d27494;
}

/* CSS Variables */
:root {
--color-1: #0c103c;
--color-2: #2f1146;
--color-3: #431f70;
--color-4: #8737b9;
--color-5: #d27494;
}

CSS del degradado de fondo Starry Danger

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c103c, #2f1146, #431f70, #8737b9, #d27494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c103c, #2f1146, #431f70, #8737b9, #d27494);
}

Starry Danger color palette created on .