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: #f7c5d5;
}
.color-2 {
color: #f2e4b5;
}
.color-3 {
color: #a2dae6;
}
.color-4 {
color: #c6a3e1;
}
.color-5 {
color: #f4b79f;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2e4b5;
--color-3: #a2dae6;
--color-4: #c6a3e1;
--color-5: #f4b79f;
}

CSS del degradado de fondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2e4b5, #a2dae6, #c6a3e1, #f4b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2e4b5, #a2dae6, #c6a3e1, #f4b79f);
}

Pastel Pink color palette created on .