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: #f1d8b6;
}
.color-2 {
color: #f7a5a1;
}
.color-3 {
color: #f76988;
}
.color-4 {
color: #c06d86;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f1d8b6;
--color-2: #f7a5a1;
--color-3: #f76988;
--color-4: #c06d86;
--color-5: #6a4c94;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d8b6, #f7a5a1, #f76988, #c06d86, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d8b6, #f7a5a1, #f76988, #c06d86, #6a4c94);
}

Pink Shades color palette created on .