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: #f6b6d4;
}
.color-2 {
color: #f3e4aa;
}
.color-3 {
color: #b0e3e2;
}
.color-4 {
color: #c3c5e4;
}
.color-5 {
color: #f8c9af;
}

/* CSS Variables */
:root {
--color-1: #f6b6d4;
--color-2: #f3e4aa;
--color-3: #b0e3e2;
--color-4: #c3c5e4;
--color-5: #f8c9af;
}

CSS del degradado de fondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6d4, #f3e4aa, #b0e3e2, #c3c5e4, #f8c9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6d4, #f3e4aa, #b0e3e2, #c3c5e4, #f8c9af);
}

Pastel Pink color palette created on .