Midnight Moth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Moth palette

Share this palette to:

Midnight Moth color palette PNG image

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

Midnight Moth color palette CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3e3e6f;
}
.color-3 {
color: #60609f;
}
.color-4 {
color: #a4a4df;
}
.color-5 {
color: #f5f5ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3e3e6f;
--color-3: #60609f;
--color-4: #a4a4df;
--color-5: #f5f5ff;
}

Midnight Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3e3e6f, #60609f, #a4a4df, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3e3e6f, #60609f, #a4a4df, #f5f5ff);
}

Midnight Moth color palette created on .