Lavender Moth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Moth palette

Share this palette to:

Lavender Moth color palette CSS

/* CSS */
.color-1 {
color: #aea1d4;
}
.color-2 {
color: #d4afc4;
}
.color-3 {
color: #f6d79d;
}
.color-4 {
color: #f9ad80;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #aea1d4;
--color-2: #d4afc4;
--color-3: #f6d79d;
--color-4: #f9ad80;
--color-5: #ff6e61;
}

Lavender Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aea1d4, #d4afc4, #f6d79d, #f9ad80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aea1d4, #d4afc4, #f6d79d, #f9ad80, #ff6e61);
}

Lavender Moth color palette created on .