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: #d5d7e2;
}
.color-2 {
color: #a5b7d9;
}
.color-3 {
color: #6a8ebe;
}
.color-4 {
color: #4a4b8c;
}
.color-5 {
color: #2c2e68;
}

/* CSS Variables */
:root {
--color-1: #d5d7e2;
--color-2: #a5b7d9;
--color-3: #6a8ebe;
--color-4: #4a4b8c;
--color-5: #2c2e68;
}

Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d7e2, #a5b7d9, #6a8ebe, #4a4b8c, #2c2e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d7e2, #a5b7d9, #6a8ebe, #4a4b8c, #2c2e68);
}

Moon color palette created on .