Mushroom Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mushroom Beige palette

Condividi questa palette a:

tavolozza dei colori Mushroom Beige CSS

/* CSS */
.color-1 {
color: #d1c7b7;
}
.color-2 {
color: #e4cfc4;
}
.color-3 {
color: #f4e3d7;
}
.color-4 {
color: #f2b5a1;
}
.color-5 {
color: #e5a89e;
}

/* CSS Variables */
:root {
--color-1: #d1c7b7;
--color-2: #e4cfc4;
--color-3: #f4e3d7;
--color-4: #f2b5a1;
--color-5: #e5a89e;
}

CSS con gradiente di sfondo Mushroom Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7b7, #e4cfc4, #f4e3d7, #f2b5a1, #e5a89e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7b7, #e4cfc4, #f4e3d7, #f2b5a1, #e5a89e);
}

Mushroom Beige color palette created on .