Paleta de colores Pastel Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Pink

/* CSS */
.color-1 {
color: #f7b1b4;
}
.color-2 {
color: #f3e3b4;
}
.color-3 {
color: #b1e7e6;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #deb1f7;
}

/* CSS Variables */
:root {
--color-1: #f7b1b4;
--color-2: #f3e3b4;
--color-3: #b1e7e6;
--color-4: #a3c2e0;
--color-5: #deb1f7;
}

CSS del degradado de fondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b4, #f3e3b4, #b1e7e6, #a3c2e0, #deb1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b4, #f3e3b4, #b1e7e6, #a3c2e0, #deb1f7);
}

Pastel Pink color palette created on .