Moon Goddess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moon Goddess palette

Share this palette to:

Moon Goddess color palette PNG image

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: #a66eaa;
}
.color-2 {
color: #c0a3d2;
}
.color-3 {
color: #e5c2e1;
}
.color-4 {
color: #f2d4d4;
}
.color-5 {
color: #f9e7c3;
}

/* CSS Variables */
:root {
--color-1: #a66eaa;
--color-2: #c0a3d2;
--color-3: #e5c2e1;
--color-4: #f2d4d4;
--color-5: #f9e7c3;
}

Moon Goddess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a66eaa, #c0a3d2, #e5c2e1, #f2d4d4, #f9e7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a66eaa, #c0a3d2, #e5c2e1, #f2d4d4, #f9e7c3);
}

Moon Goddess color palette created on .