Greasers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Greasers palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Greasers

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

tavolozza dei colori Greasers CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #a1c7e3;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #da2e2b;
}
.color-5 {
color: #6b5b95;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #a1c7e3;
--color-3: #fab700;
--color-4: #da2e2b;
--color-5: #6b5b95;
}

CSS con gradiente di sfondo Greasers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #a1c7e3, #fab700, #da2e2b, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #a1c7e3, #fab700, #da2e2b, #6b5b95);
}

Greasers color palette created on .