Thunder Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Thunder palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Thunder

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

tavolozza dei colori Thunder CSS

/* CSS */
.color-1 {
color: #8c7d86;
}
.color-2 {
color: #705c6c;
}
.color-3 {
color: #5f5353;
}
.color-4 {
color: #524748;
}
.color-5 {
color: #413a3d;
}

/* CSS Variables */
:root {
--color-1: #8c7d86;
--color-2: #705c6c;
--color-3: #5f5353;
--color-4: #524748;
--color-5: #413a3d;
}

CSS con gradiente di sfondo Thunder

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7d86, #705c6c, #5f5353, #524748, #413a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7d86, #705c6c, #5f5353, #524748, #413a3d);
}

Thunder color palette created on .