Moon Goddess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon Goddess palette

Share this palette to:

Download Moon Goddess Color Palette (PNG)

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

Moon Goddess color palette CSS

/* CSS */
.color-1 {
color: #e0d3f3;
}
.color-2 {
color: #b39fd6;
}
.color-3 {
color: #8e7bb2;
}
.color-4 {
color: #695397;
}
.color-5 {
color: #4d3979;
}

/* CSS Variables */
:root {
--color-1: #e0d3f3;
--color-2: #b39fd6;
--color-3: #8e7bb2;
--color-4: #695397;
--color-5: #4d3979;
}

Moon Goddess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d3f3, #b39fd6, #8e7bb2, #695397, #4d3979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d3f3, #b39fd6, #8e7bb2, #695397, #4d3979);
}

Moon Goddess color palette created on .