Paleta de colores Mudwing

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mudwing palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mudwing

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

CSS de la paleta de colores Mudwing

/* 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 del degradado de fondo 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 .