Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon palette

Share this palette to:

Moon color palette CSS

/* CSS */
.color-1 {
color: #edeaf6;
}
.color-2 {
color: #c3c8e9;
}
.color-3 {
color: #7797cf;
}
.color-4 {
color: #496d9c;
}
.color-5 {
color: #2d3c67;
}

/* CSS Variables */
:root {
--color-1: #edeaf6;
--color-2: #c3c8e9;
--color-3: #7797cf;
--color-4: #496d9c;
--color-5: #2d3c67;
}

Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edeaf6, #c3c8e9, #7797cf, #496d9c, #2d3c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edeaf6, #c3c8e9, #7797cf, #496d9c, #2d3c67);
}

Moon color palette created on .