Paleta de colores Moth Wings

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moth Wings palette

Compartir esta paleta en:

Descargar la paleta de colores Moth Wings (PNG)

Download moth wings color palette PNG image (landscape)
Download moth wings color palette PNG image (square)

CSS de la paleta de colores Moth Wings

/* CSS */
.color-1 {
color: #a87d4d;
}
.color-2 {
color: #e6cba8;
}
.color-3 {
color: #c1b3c1;
}
.color-4 {
color: #7e6a90;
}
.color-5 {
color: #5f3a4b;
}

/* CSS Variables */
:root {
--color-1: #a87d4d;
--color-2: #e6cba8;
--color-3: #c1b3c1;
--color-4: #7e6a90;
--color-5: #5f3a4b;
}

CSS del degradado de fondo Moth Wings

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a87d4d, #e6cba8, #c1b3c1, #7e6a90, #5f3a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a87d4d, #e6cba8, #c1b3c1, #7e6a90, #5f3a4b);
}

Moth Wings color palette created on .