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: #f7e6de;
}
.color-2 {
color: #f1c5c1;
}
.color-3 {
color: #eba8b2;
}
.color-4 {
color: #d7898c;
}
.color-5 {
color: #a86b76;
}

/* CSS Variables */
:root {
--color-1: #f7e6de;
--color-2: #f1c5c1;
--color-3: #eba8b2;
--color-4: #d7898c;
--color-5: #a86b76;
}

CSS del degradado de fondo Pink Swan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6de, #f1c5c1, #eba8b2, #d7898c, #a86b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6de, #f1c5c1, #eba8b2, #d7898c, #a86b76);
}

Pink Swan color palette created on .