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: #f7c5c5;
}
.color-2 {
color: #f2cfd8;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #cff2d2;
}
.color-5 {
color: #b9e9e9;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #f2cfd8;
--color-3: #f2e2d4;
--color-4: #cff2d2;
--color-5: #b9e9e9;
}

CSS del degradado de fondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #f2cfd8, #f2e2d4, #cff2d2, #b9e9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #f2cfd8, #f2e2d4, #cff2d2, #b9e9e9);
}

Pastel Pink color palette created on .