Paleta de colores Thunder Spark

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Thunder Spark palette

Compartir esta paleta en:

Descargar la paleta de colores Thunder Spark (PNG)

Download thunder spark color palette PNG image (landscape)
Download thunder spark color palette PNG image (square)

CSS de la paleta de colores Thunder Spark

/* CSS */
.color-1 {
color: #343460;
}
.color-2 {
color: #67679e;
}
.color-3 {
color: #9f9fe0;
}
.color-4 {
color: #c5c5ec;
}
.color-5 {
color: #f4f4fb;
}

/* CSS Variables */
:root {
--color-1: #343460;
--color-2: #67679e;
--color-3: #9f9fe0;
--color-4: #c5c5ec;
--color-5: #f4f4fb;
}

CSS del degradado de fondo Thunder Spark

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #343460, #67679e, #9f9fe0, #c5c5ec, #f4f4fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #343460, #67679e, #9f9fe0, #c5c5ec, #f4f4fb);
}

Thunder Spark color palette created on .