Paleta de colores Gray Tabby Cat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gray Tabby Cat palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Gray Tabby Cat

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

CSS de la paleta de colores Gray Tabby Cat

/* 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 del degradado de fondo 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 .