Pink Kitty Book Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Kitty Book palette

Condividi questa palette a:

tavolozza dei colori Pink Kitty Book CSS

/* 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 con gradiente di sfondo 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);
}

Pink Kitty Book color palette created on .