Pink Peep Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Peep palette

Condividi questa palette a:

Scarica la tavolozza dei colori Pink Peep (PNG)

Download pink peep color palette PNG image (landscape)
Download pink peep color palette PNG image (square)

tavolozza dei colori Pink Peep CSS

/* CSS */
.color-1 {
color: #f7d9e5;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #f471a1;
}
.color-4 {
color: #e15b81;
}
.color-5 {
color: #c94a6c;
}

/* CSS Variables */
:root {
--color-1: #f7d9e5;
--color-2: #f4a4bf;
--color-3: #f471a1;
--color-4: #e15b81;
--color-5: #c94a6c;
}

CSS con gradiente di sfondo Pink Peep

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e5, #f4a4bf, #f471a1, #e15b81, #c94a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e5, #f4a4bf, #f471a1, #e15b81, #c94a6c);
}

Pink Peep color palette created on .