Paleta de colores Pink Swan

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Swan palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pink Swan

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

CSS de la paleta de colores Pink Swan

/* 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 del degradado de fondo 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 .