Moonflower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonflower palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moonflower Color Palette (PNG)
Moonflower color palette CSS
/* CSS */
.color-1 {
color: #e5d6f5;
}
.color-2 {
color: #c7b2e6;
}
.color-3 {
color: #7c71c6;
}
.color-4 {
color: #4b4988;
}
.color-5 {
color: #1f194d;
}
/* CSS Variables */
:root {
--color-1: #e5d6f5;
--color-2: #c7b2e6;
--color-3: #7c71c6;
--color-4: #4b4988;
--color-5: #1f194d;
}
Moonflower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d6f5, #c7b2e6, #7c71c6, #4b4988, #1f194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d6f5, #c7b2e6, #7c71c6, #4b4988, #1f194d);
}
Similar color palettes
Moonflower color palette created on .