Shadow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shadow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shadow

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

tavolozza dei colori Shadow CSS

/* CSS */
.color-1 {
color: #353441;
}
.color-2 {
color: #9d9eaa;
}
.color-3 {
color: #d74753;
}
.color-4 {
color: #bc293f;
}
.color-5 {
color: #e1a056;
}

/* CSS Variables */
:root {
--color-1: #353441;
--color-2: #9d9eaa;
--color-3: #d74753;
--color-4: #bc293f;
--color-5: #e1a056;
}

CSS con gradiente di sfondo Shadow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #353441, #9d9eaa, #d74753, #bc293f, #e1a056);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #353441, #9d9eaa, #d74753, #bc293f, #e1a056);
}

Shadow color palette created on .