Moth Wings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moth Wings palette

Share this palette to:

Download Moth Wings Color Palette (PNG)

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

Moth Wings color palette CSS

/* 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;
}

Moth Wings background gradient CSS

/* 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 .