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: #1f1b79;
}
.color-2 {
color: #4b4ba0;
}
.color-3 {
color: #7979be;
}
.color-4 {
color: #b3b3e6;
}
.color-5 {
color: #f0f0ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b4ba0;
--color-3: #7979be;
--color-4: #b3b3e6;
--color-5: #f0f0ff;
}

Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b4ba0, #7979be, #b3b3e6, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b4ba0, #7979be, #b3b3e6, #f0f0ff);
}

Moon color palette created on .