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: #f4b8c4;
}
.color-2 {
color: #f2a1b5;
}
.color-3 {
color: #e58f9b;
}
.color-4 {
color: #d87490;
}
.color-5 {
color: #c0597d;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f2a1b5;
--color-3: #e58f9b;
--color-4: #d87490;
--color-5: #c0597d;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f2a1b5, #e58f9b, #d87490, #c0597d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f2a1b5, #e58f9b, #d87490, #c0597d);
}

Pink Shades color palette created on .