Paleta de colores Pink Silly Kitties

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Silly Kitties palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Silly Kitties

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9f80;
}
.color-4 {
color: #ffda8a;
}
.color-5 {
color: #ffea70;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff9f80;
--color-4: #ffda8a;
--color-5: #ffea70;
}

CSS del degradado de fondo Pink Silly Kitties

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff9f80, #ffda8a, #ffea70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff9f80, #ffda8a, #ffea70);
}

Pink Silly Kitties color palette created on .