Moons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moons palette

Share this palette to:

Moons color palette PNG image

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

Moons color palette CSS

/* CSS */
.color-1 {
color: #292d60;
}
.color-2 {
color: #6b507c;
}
.color-3 {
color: #b5828f;
}
.color-4 {
color: #e0bdd0;
}
.color-5 {
color: #eed7ed;
}

/* CSS Variables */
:root {
--color-1: #292d60;
--color-2: #6b507c;
--color-3: #b5828f;
--color-4: #e0bdd0;
--color-5: #eed7ed;
}

Moons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292d60, #6b507c, #b5828f, #e0bdd0, #eed7ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292d60, #6b507c, #b5828f, #e0bdd0, #eed7ed);
}

Moons color palette created on .