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: #f63783;
}
.color-2 {
color: #f6a2b2;
}
.color-3 {
color: #f6c6d2;
}
.color-4 {
color: #f6e2df;
}
.color-5 {
color: #f6e2b1;
}

/* CSS Variables */
:root {
--color-1: #f63783;
--color-2: #f6a2b2;
--color-3: #f6c6d2;
--color-4: #f6e2df;
--color-5: #f6e2b1;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f63783, #f6a2b2, #f6c6d2, #f6e2df, #f6e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f63783, #f6a2b2, #f6c6d2, #f6e2df, #f6e2b1);
}

Pink Shades color palette created on .