Paleta de colores Meow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Meow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Meow

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

CSS de la paleta de colores Meow

/* CSS */
.color-1 {
color: #f8c4b9;
}
.color-2 {
color: #f7a1b7;
}
.color-3 {
color: #fbb093;
}
.color-4 {
color: #fbbe6f;
}
.color-5 {
color: #f3e37c;
}

/* CSS Variables */
:root {
--color-1: #f8c4b9;
--color-2: #f7a1b7;
--color-3: #fbb093;
--color-4: #fbbe6f;
--color-5: #f3e37c;
}

CSS del degradado de fondo Meow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4b9, #f7a1b7, #fbb093, #fbbe6f, #f3e37c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4b9, #f7a1b7, #fbb093, #fbbe6f, #f3e37c);
}

Meow color palette created on .