Purple Luna Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Luna palette

Share this palette to:

Purple Luna color palette CSS

/* CSS */
.color-1 {
color: #f0e1f9;
}
.color-2 {
color: #e2a2d2;
}
.color-3 {
color: #c76bbe;
}
.color-4 {
color: #9c499b;
}
.color-5 {
color: #702b73;
}

/* CSS Variables */
:root {
--color-1: #f0e1f9;
--color-2: #e2a2d2;
--color-3: #c76bbe;
--color-4: #9c499b;
--color-5: #702b73;
}

Purple Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1f9, #e2a2d2, #c76bbe, #9c499b, #702b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1f9, #e2a2d2, #c76bbe, #9c499b, #702b73);
}

Purple Luna color palette created on .