Paleta de colores Pink Kitty Book
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Kitty Book palette
CSS de la paleta de colores Pink Kitty Book
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #ffa08f;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffea8f;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #ffb3e4;
--color-3: #ffa08f;
--color-4: #ffb84d;
--color-5: #ffea8f;
}
CSS del degradado de fondo Pink Kitty Book
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #ffb3e4, #ffa08f, #ffb84d, #ffea8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #ffb3e4, #ffa08f, #ffb84d, #ffea8f);
}
Paletas de colores similares
Pink Kitty Book color palette created on .