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: #efedf2;
}
.color-2 {
color: #e7dfec;
}
.color-3 {
color: #d9ccdb;
}
.color-4 {
color: #cdb9d0;
}
.color-5 {
color: #bda6c4;
}

/* CSS Variables */
:root {
--color-1: #efedf2;
--color-2: #e7dfec;
--color-3: #d9ccdb;
--color-4: #cdb9d0;
--color-5: #bda6c4;
}

Moon Goddess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efedf2, #e7dfec, #d9ccdb, #cdb9d0, #bda6c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efedf2, #e7dfec, #d9ccdb, #cdb9d0, #bda6c4);
}

Moon Goddess color palette created on .