Paleta de colores Catty

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Catty palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Catty

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

CSS de la paleta de colores Catty

/* CSS */
.color-1 {
color: #d1618c;
}
.color-2 {
color: #f1c1d0;
}
.color-3 {
color: #f1e5b7;
}
.color-4 {
color: #a2c4d8;
}
.color-5 {
color: #499c6d;
}

/* CSS Variables */
:root {
--color-1: #d1618c;
--color-2: #f1c1d0;
--color-3: #f1e5b7;
--color-4: #a2c4d8;
--color-5: #499c6d;
}

CSS del degradado de fondo Catty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1618c, #f1c1d0, #f1e5b7, #a2c4d8, #499c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1618c, #f1c1d0, #f1e5b7, #a2c4d8, #499c6d);
}

Catty color palette created on .