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: #f19dac;
}
.color-2 {
color: #f6c6cf;
}
.color-3 {
color: #f5e0e6;
}
.color-4 {
color: #f9f0f3;
}
.color-5 {
color: #ffc2d5;
}

/* CSS Variables */
:root {
--color-1: #f19dac;
--color-2: #f6c6cf;
--color-3: #f5e0e6;
--color-4: #f9f0f3;
--color-5: #ffc2d5;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f19dac, #f6c6cf, #f5e0e6, #f9f0f3, #ffc2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f19dac, #f6c6cf, #f5e0e6, #f9f0f3, #ffc2d5);
}

Pink Shades color palette created on .