Paleta de colores Cat Tag

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cat Tag palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cat Tag

Download cat tag color palette PNG image (landscape)
Download cat tag color palette PNG image (square)

CSS de la paleta de colores Cat Tag

/* CSS */
.color-1 {
color: #e7b6c6;
}
.color-2 {
color: #f59ebc;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #ff2e58;
}

/* CSS Variables */
:root {
--color-1: #e7b6c6;
--color-2: #f59ebc;
--color-3: #ff7092;
--color-4: #ff4d6d;
--color-5: #ff2e58;
}

CSS del degradado de fondo Cat Tag

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b6c6, #f59ebc, #ff7092, #ff4d6d, #ff2e58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b6c6, #f59ebc, #ff7092, #ff4d6d, #ff2e58);
}

Cat Tag color palette created on .