Purple Moondancer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Moondancer palette

Share this palette to:

Purple Moondancer color palette CSS

/* CSS */
.color-1 {
color: #4b4f7c;
}
.color-2 {
color: #6a7e9a;
}
.color-3 {
color: #8b92b1;
}
.color-4 {
color: #d4a5d5;
}
.color-5 {
color: #f5c2d3;
}

/* CSS Variables */
:root {
--color-1: #4b4f7c;
--color-2: #6a7e9a;
--color-3: #8b92b1;
--color-4: #d4a5d5;
--color-5: #f5c2d3;
}

Purple Moondancer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f7c, #6a7e9a, #8b92b1, #d4a5d5, #f5c2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f7c, #6a7e9a, #8b92b1, #d4a5d5, #f5c2d3);
}

Purple Moondancer color palette created on .