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: #e4b9e0;
}
.color-3 {
color: #c9d9e9;
}
.color-4 {
color: #b2e0e6;
}
.color-5 {
color: #a3d97d;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #e4b9e0;
--color-3: #c9d9e9;
--color-4: #b2e0e6;
--color-5: #a3d97d;
}

CSS del degradado de fondo Pastel Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #e4b9e0, #c9d9e9, #b2e0e6, #a3d97d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #e4b9e0, #c9d9e9, #b2e0e6, #a3d97d);
}

Pastel Pink color palette created on .