Paleta de colores Scary Cats

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Scary Cats palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Scary Cats

Download scary cats color palette PNG image (landscape)
Download scary cats color palette PNG image (square)

CSS de la paleta de colores Scary Cats

/* CSS */
.color-1 {
color: #3b2b2b;
}
.color-2 {
color: #5f4f4f;
}
.color-3 {
color: #8f7070;
}
.color-4 {
color: #c79e9e;
}
.color-5 {
color: #f4d2d2;
}

/* CSS Variables */
:root {
--color-1: #3b2b2b;
--color-2: #5f4f4f;
--color-3: #8f7070;
--color-4: #c79e9e;
--color-5: #f4d2d2;
}

CSS del degradado de fondo Scary Cats

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b2b, #5f4f4f, #8f7070, #c79e9e, #f4d2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b2b, #5f4f4f, #8f7070, #c79e9e, #f4d2d2);
}

Scary Cats color palette created on .