Lady of the Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lady of the Moon palette

Share this palette to:

Lady of the Moon color palette PNG image

Download lady of the moon color palette PNG image (landscape)
Download lady of the moon color palette PNG image (square)

Lady of the Moon color palette CSS

/* CSS */
.color-1 {
color: #4a4e82;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #a7c1d2;
}
.color-4 {
color: #f0e0f0;
}
.color-5 {
color: #e3b5c9;
}

/* CSS Variables */
:root {
--color-1: #4a4e82;
--color-2: #7b8f9d;
--color-3: #a7c1d2;
--color-4: #f0e0f0;
--color-5: #e3b5c9;
}

Lady of the Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e82, #7b8f9d, #a7c1d2, #f0e0f0, #e3b5c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e82, #7b8f9d, #a7c1d2, #f0e0f0, #e3b5c9);
}

Lady of the Moon color palette created on .