Paleta de colores Pink Swan

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Swan palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Swan

/* CSS */
.color-1 {
color: #e3b0c4;
}
.color-2 {
color: #f1d5d6;
}
.color-3 {
color: #f7e5b1;
}
.color-4 {
color: #d3e6b2;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #e3b0c4;
--color-2: #f1d5d6;
--color-3: #f7e5b1;
--color-4: #d3e6b2;
--color-5: #b1e0e7;
}

CSS del degradado de fondo Pink Swan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0c4, #f1d5d6, #f7e5b1, #d3e6b2, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0c4, #f1d5d6, #f7e5b1, #d3e6b2, #b1e0e7);
}

Pink Swan color palette created on .