Paleta de colores Light Pink Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink Shades palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Light Pink Shades

Download light pink shades color palette PNG image (landscape)
Download light pink shades color palette PNG image (square)

CSS de la paleta de colores Light Pink Shades

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffebf0;
}
.color-3 {
color: #f0d1d6;
}
.color-4 {
color: #e0aed1;
}
.color-5 {
color: #f6ccff;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffebf0;
--color-3: #f0d1d6;
--color-4: #e0aed1;
--color-5: #f6ccff;
}

CSS del degradado de fondo Light Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}

Light Pink Shades color palette created on .