Moonlight Purple Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlight Purple Shades palette

Share this palette to:

Moonlight Purple Shades color palette CSS

/* CSS */
.color-1 {
color: #5c609d;
}
.color-2 {
color: #a3a7db;
}
.color-3 {
color: #e0bfe8;
}
.color-4 {
color: #f4b8f0;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #5c609d;
--color-2: #a3a7db;
--color-3: #e0bfe8;
--color-4: #f4b8f0;
--color-5: #ff7092;
}

Moonlight Purple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c609d, #a3a7db, #e0bfe8, #f4b8f0, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c609d, #a3a7db, #e0bfe8, #f4b8f0, #ff7092);
}

Moonlight Purple Shades color palette created on .