Gray Tabby Cat Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gray Tabby Cat palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Gray Tabby Cat

Download gray tabby cat color palette PNG image (landscape)
Download gray tabby cat color palette PNG image (square)

tavolozza dei colori Gray Tabby Cat CSS

/* CSS */
.color-1 {
color: #b1b4a2;
}
.color-2 {
color: #afaf9d;
}
.color-3 {
color: #d0c7b3;
}
.color-4 {
color: #c9a78d;
}
.color-5 {
color: #b6897c;
}

/* CSS Variables */
:root {
--color-1: #b1b4a2;
--color-2: #afaf9d;
--color-3: #d0c7b3;
--color-4: #c9a78d;
--color-5: #b6897c;
}

CSS con gradiente di sfondo Gray Tabby Cat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4a2, #afaf9d, #d0c7b3, #c9a78d, #b6897c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4a2, #afaf9d, #d0c7b3, #c9a78d, #b6897c);
}

Gray Tabby Cat color palette created on .