Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon palette

Share this palette to:

Moon color palette PNG image

Download moon color palette PNG image (landscape)
Download moon color palette PNG image (square)

Moon color palette CSS

/* CSS */
.color-1 {
color: #f9f5ff;
}
.color-2 {
color: #e3dbf5;
}
.color-3 {
color: #d6c4ed;
}
.color-4 {
color: #b9a9db;
}
.color-5 {
color: #9882c0;
}

/* CSS Variables */
:root {
--color-1: #f9f5ff;
--color-2: #e3dbf5;
--color-3: #d6c4ed;
--color-4: #b9a9db;
--color-5: #9882c0;
}

Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f5ff, #e3dbf5, #d6c4ed, #b9a9db, #9882c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f5ff, #e3dbf5, #d6c4ed, #b9a9db, #9882c0);
}

Moon color palette created on .