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: #c0c9f2;
}
.color-2 {
color: #8d97c3;
}
.color-3 {
color: #5b6c95;
}
.color-4 {
color: #3d4e7f;
}
.color-5 {
color: #1f2b5b;
}

/* CSS Variables */
:root {
--color-1: #c0c9f2;
--color-2: #8d97c3;
--color-3: #5b6c95;
--color-4: #3d4e7f;
--color-5: #1f2b5b;
}

Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c9f2, #8d97c3, #5b6c95, #3d4e7f, #1f2b5b);
}

Moon color palette created on .