Paleta de colores Muted Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Pink (PNG)

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

CSS de la paleta de colores Muted Pink

/* CSS */
.color-1 {
color: #e1d7b7;
}
.color-2 {
color: #d6c2a4;
}
.color-3 {
color: #c8a79d;
}
.color-4 {
color: #b67c8e;
}
.color-5 {
color: #9f607c;
}

/* CSS Variables */
:root {
--color-1: #e1d7b7;
--color-2: #d6c2a4;
--color-3: #c8a79d;
--color-4: #b67c8e;
--color-5: #9f607c;
}

CSS del degradado de fondo Muted Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d7b7, #d6c2a4, #c8a79d, #b67c8e, #9f607c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d7b7, #d6c2a4, #c8a79d, #b67c8e, #9f607c);
}

Muted Pink color palette created on .