Paleta de colores Pink Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Shades

/* CSS */
.color-1 {
color: #f1b1d0;
}
.color-2 {
color: #e79cc3;
}
.color-3 {
color: #d68fb3;
}
.color-4 {
color: #b66da5;
}
.color-5 {
color: #9a4c88;
}

/* CSS Variables */
:root {
--color-1: #f1b1d0;
--color-2: #e79cc3;
--color-3: #d68fb3;
--color-4: #b66da5;
--color-5: #9a4c88;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1d0, #e79cc3, #d68fb3, #b66da5, #9a4c88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1d0, #e79cc3, #d68fb3, #b66da5, #9a4c88);
}

Pink Shades color palette created on .