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: #f1b1d6;
}
.color-2 {
color: #f7a6b2;
}
.color-3 {
color: #f68e9f;
}
.color-4 {
color: #f26977;
}
.color-5 {
color: #d85a60;
}

/* CSS Variables */
:root {
--color-1: #f1b1d6;
--color-2: #f7a6b2;
--color-3: #f68e9f;
--color-4: #f26977;
--color-5: #d85a60;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1d6, #f7a6b2, #f68e9f, #f26977, #d85a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1d6, #f7a6b2, #f68e9f, #f26977, #d85a60);
}

Pink Shades color palette created on .