Pink Cat Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Cat palette

Condividi questa palette a:

tavolozza dei colori Pink Cat CSS

/* CSS */
.color-1 {
color: #f0c7cb;
}
.color-2 {
color: #e6b3d4;
}
.color-3 {
color: #d0a4df;
}
.color-4 {
color: #b9b3ff;
}
.color-5 {
color: #8ab2e0;
}

/* CSS Variables */
:root {
--color-1: #f0c7cb;
--color-2: #e6b3d4;
--color-3: #d0a4df;
--color-4: #b9b3ff;
--color-5: #8ab2e0;
}

CSS con gradiente di sfondo Pink Cat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c7cb, #e6b3d4, #d0a4df, #b9b3ff, #8ab2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c7cb, #e6b3d4, #d0a4df, #b9b3ff, #8ab2e0);
}

Pink Cat color palette created on .