Pink Swan Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Swan palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Pink Swan

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

tavolozza dei colori Pink Swan CSS

/* CSS */
.color-1 {
color: #ff75a8;
}
.color-2 {
color: #ff99af;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ffc7d0;
}
.color-5 {
color: #ffebef;
}

/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ff99af;
--color-3: #ffb3c1;
--color-4: #ffc7d0;
--color-5: #ffebef;
}

CSS con gradiente di sfondo Pink Swan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #ff99af, #ffb3c1, #ffc7d0, #ffebef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #ff99af, #ffb3c1, #ffc7d0, #ffebef);
}

Pink Swan color palette created on .