Paleta de colores Pastel Pink Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Pink Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Pink Delight

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #e47c99;
}
.color-4 {
color: #d55d7b;
}
.color-5 {
color: #c9455d;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b8;
--color-3: #e47c99;
--color-4: #d55d7b;
--color-5: #c9455d;
}

CSS del degradado de fondo Pastel Pink Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b8, #e47c99, #d55d7b, #c9455d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b8, #e47c99, #d55d7b, #c9455d);
}

Pastel Pink Delight color palette created on .