Muted Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Pink palette

Condividi questa palette a:

Scarica la tavolozza dei colori Muted Pink (PNG)

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

tavolozza dei colori Muted Pink CSS

/* 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 con gradiente di sfondo 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 .