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: #f2b1c0;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #9ad6c0;
}
.color-4 {
color: #5b9a8b;
}
.color-5 {
color: #403e60;
}

/* CSS Variables */
:root {
--color-1: #f2b1c0;
--color-2: #f5d870;
--color-3: #9ad6c0;
--color-4: #5b9a8b;
--color-5: #403e60;
}

CSS con gradiente di sfondo Muted Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c0, #f5d870, #9ad6c0, #5b9a8b, #403e60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c0, #f5d870, #9ad6c0, #5b9a8b, #403e60);
}

Muted Pink color palette created on .