Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon palette

Share this palette to:

Download Moon Color Palette (PNG)

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

Moon color palette CSS

/* CSS */
.color-1 {
color: #e8e9f8;
}
.color-2 {
color: #a6bced;
}
.color-3 {
color: #6b9adb;
}
.color-4 {
color: #507ac3;
}
.color-5 {
color: #31488c;
}

/* CSS Variables */
:root {
--color-1: #e8e9f8;
--color-2: #a6bced;
--color-3: #6b9adb;
--color-4: #507ac3;
--color-5: #31488c;
}

Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e9f8, #a6bced, #6b9adb, #507ac3, #31488c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e9f8, #a6bced, #6b9adb, #507ac3, #31488c);
}

Moon color palette created on .