Mudwing Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mudwing palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Mudwing

Download mudwing color palette PNG image (landscape)
Download mudwing color palette PNG image (square)

tavolozza dei colori Mudwing CSS

/* CSS */
.color-1 {
color: #8c7c4f;
}
.color-2 {
color: #c5b07d;
}
.color-3 {
color: #a85e3e;
}
.color-4 {
color: #e8c1a1;
}
.color-5 {
color: #d57e48;
}

/* CSS Variables */
:root {
--color-1: #8c7c4f;
--color-2: #c5b07d;
--color-3: #a85e3e;
--color-4: #e8c1a1;
--color-5: #d57e48;
}

CSS con gradiente di sfondo Mudwing

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7c4f, #c5b07d, #a85e3e, #e8c1a1, #d57e48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7c4f, #c5b07d, #a85e3e, #e8c1a1, #d57e48);
}

Mudwing color palette created on .