Muted Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Pink palette

Condividi questa palette a:

tavolozza dei colori Muted Pink CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #e1b7d0;
}
.color-3 {
color: #d2e2f9;
}
.color-4 {
color: #b7e1d5;
}
.color-5 {
color: #f0e2a8;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #e1b7d0;
--color-3: #d2e2f9;
--color-4: #b7e1d5;
--color-5: #f0e2a8;
}

CSS con gradiente di sfondo Muted Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #e1b7d0, #d2e2f9, #b7e1d5, #f0e2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #e1b7d0, #d2e2f9, #b7e1d5, #f0e2a8);
}

Muted Pink color palette created on .