Thunder Spark Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Thunder Spark palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Thunder Spark

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

tavolozza dei colori Thunder Spark CSS

/* 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 con gradiente di sfondo 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 .