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: #fbc8b1;
}
.color-2 {
color: #f9d7ae;
}
.color-3 {
color: #fae8b7;
}
.color-4 {
color: #e8edb0;
}
.color-5 {
color: #d0e2e6;
}

/* CSS Variables */
:root {
--color-1: #fbc8b1;
--color-2: #f9d7ae;
--color-3: #fae8b7;
--color-4: #e8edb0;
--color-5: #d0e2e6;
}

CSS del degradado de fondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc8b1, #f9d7ae, #fae8b7, #e8edb0, #d0e2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc8b1, #f9d7ae, #fae8b7, #e8edb0, #d0e2e6);
}

Pastel Pink color palette created on .