Paleta de colores Pink Dessert

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Dessert palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Dessert (PNG)

Download pink dessert color palette PNG image (landscape)
Download pink dessert color palette PNG image (square)

CSS de la paleta de colores Pink Dessert

/* CSS */
.color-1 {
color: #f5e2b7;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #e6a3c9;
}
.color-4 {
color: #d6a5e9;
}
.color-5 {
color: #b5a4f9;
}

/* CSS Variables */
:root {
--color-1: #f5e2b7;
--color-2: #f2b2a1;
--color-3: #e6a3c9;
--color-4: #d6a5e9;
--color-5: #b5a4f9;
}

CSS del degradado de fondo Pink Dessert

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2b7, #f2b2a1, #e6a3c9, #d6a5e9, #b5a4f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2b7, #f2b2a1, #e6a3c9, #d6a5e9, #b5a4f9);
}

Pink Dessert color palette created on .