Moonflower Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonflower palette

Share this palette to:

Moonflower color palette PNG image

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

Moonflower color palette CSS

/* CSS */
.color-1 {
color: #f0e9f7;
}
.color-2 {
color: #d1c3e9;
}
.color-3 {
color: #a5a6d5;
}
.color-4 {
color: #6a7c9a;
}
.color-5 {
color: #3f5b83;
}

/* CSS Variables */
:root {
--color-1: #f0e9f7;
--color-2: #d1c3e9;
--color-3: #a5a6d5;
--color-4: #6a7c9a;
--color-5: #3f5b83;
}

Moonflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e9f7, #d1c3e9, #a5a6d5, #6a7c9a, #3f5b83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e9f7, #d1c3e9, #a5a6d5, #6a7c9a, #3f5b83);
}

Similar color palettes

Scroll down to explore 6 Moon color palettes

Moonflower color palette created on .