Paleta de colores Pink Kitty

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Kitty palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Kitty

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f5d399;
}
.color-3 {
color: #f9d68b;
}
.color-4 {
color: #f4bc4e;
}
.color-5 {
color: #f57b70;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f5d399;
--color-3: #f9d68b;
--color-4: #f4bc4e;
--color-5: #f57b70;
}

CSS del degradado de fondo Pink Kitty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f5d399, #f9d68b, #f4bc4e, #f57b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f5d399, #f9d68b, #f4bc4e, #f57b70);
}

Pink Kitty color palette created on .