Luna Moth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luna Moth palette

Share this palette to:

Luna Moth color palette PNG image

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

Luna Moth color palette CSS

/* CSS */
.color-1 {
color: #b3dfd5;
}
.color-2 {
color: #89d1c2;
}
.color-3 {
color: #61b89f;
}
.color-4 {
color: #3c9f7c;
}
.color-5 {
color: #2b7d5b;
}

/* CSS Variables */
:root {
--color-1: #b3dfd5;
--color-2: #89d1c2;
--color-3: #61b89f;
--color-4: #3c9f7c;
--color-5: #2b7d5b;
}

Luna Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3dfd5, #89d1c2, #61b89f, #3c9f7c, #2b7d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3dfd5, #89d1c2, #61b89f, #3c9f7c, #2b7d5b);
}

Luna Moth color palette created on .